Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望支持类似MySQL的\help语法 #20

Open
yejr opened this issue Nov 15, 2022 · 1 comment
Open

希望支持类似MySQL的\help语法 #20

yejr opened this issue Nov 15, 2022 · 1 comment

Comments

@yejr
Copy link

yejr commented Nov 15, 2022

在MySQL里,类似下面的用法

mysql> \help select
Name: 'SELECT'
Description:
Syntax:
SELECT
    [ALL | DISTINCT | DISTINCTROW ]
    [HIGH_PRIORITY]
...
SELECT can also be used to retrieve rows computed without reference to
any table.

URL: https://dev.mysql.com/doc/refman/8.0/en/select.html

建议在obclient中也能支持。

@kongchengzhuge
Copy link
Contributor

很好的提议,我去调研一下mysql的实现逻辑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants