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

[Feature Request]: whereClause can complete with column name #322

Open
liuxy0551 opened this issue Jun 25, 2024 · 1 comment
Open

[Feature Request]: whereClause can complete with column name #322

liuxy0551 opened this issue Jun 25, 2024 · 1 comment
Assignees

Comments

@liuxy0551
Copy link
Collaborator

liuxy0551 commented Jun 25, 2024

Topic

Enhance existing features

Description

SparkSQL、HiveSQL and MySQL, and others

like SELECT col1 FROM t1 WHERE col2 = 'any';

@liuxy0551
Copy link
Collaborator Author

SELECT columnName、ORDER BY columnName、SORT BY columnName、GROUP BY columnName 等使用到 columnName 的地方,有些使用了 expression,不好提示,不好在使用 expression 的地方都提示 columnName。

思路:在自动补全的地方判断哪里是 columnName

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

1 participant