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
latest
Hive
SELECT a.column1, b.column2 FROM table_a a JOIN table_b b ON a.id = b.id;
No response
SELECT 关键词后面应该能够提示表名,视图名同理
The text was updated successfully, but these errors were encountered:
其他语言也有类似问题,已验证 spark、mysql
Sorry, something went wrong.
monaco-sql-languages 中解决
monaco-sql-languages
讨论后认为这里提示的是 columnName,不应该直接提示 tableName,可以在 monaco-sql-languages 中通过代码解决。同时应该提供示例代码到 README.md 中
README.md
DTStack/monaco-sql-languages#170
JackWang032
No branches or pull requests
Version
latest
Which SQL?
Hive
SQL content
JavaScript/TypeScript code
No response
What happened?
SELECT 关键词后面应该能够提示表名,视图名同理
Relevant log output
No response
The text was updated successfully, but these errors were encountered: