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
例如下面这段SQL,能够根据上下文拿到表别名t1下的字段,或者根据原表名进行后端查询所有字段并依据表别名再进行自动补全
create table table1 (id int); select t1. from table1 as t1;
The text was updated successfully, but these errors were encountered:
#151
Sorry, something went wrong.
请问你可以收集到表别名了么?
JackWang032
No branches or pull requests
例如下面这段SQL,能够根据上下文拿到表别名t1下的字段,或者根据原表名进行后端查询所有字段并依据表别名再进行自动补全
The text was updated successfully, but these errors were encountered: