We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the FROM keyword, the cli should suggest us all existing tables.
FROM
genji> SELECT * FROM <suggestion of all existing tables>
The text was updated successfully, but these errors were encountered:
It will be nice to have the same behavior after DROP TABLE statement.
DROP TABLE
genji> DROP TABLE <suggestion of all existing tables>
Sorry, something went wrong.
It would be nice if we add the suggestions on all statement that require the FROM clause. For example, in the ALTER and UPDATE ones.
ALTER
UPDATE
Successfully merging a pull request may close this issue.
After the
FROM
keyword, the cli should suggest us all existing tables.The text was updated successfully, but these errors were encountered: