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

提供实体存在别名情况下进行补全的website demo #158

Open
JackWang032 opened this issue Nov 15, 2024 · 2 comments
Open

提供实体存在别名情况下进行补全的website demo #158

JackWang032 opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@JackWang032
Copy link
Collaborator

例如下面这段SQL,能够根据上下文拿到表别名t1下的字段,或者根据原表名进行后端查询所有字段并依据表别名再进行自动补全

create table table1 (id int);
select t1. from table1 as t1;
@JackWang032 JackWang032 added the documentation Improvements or additions to documentation label Nov 15, 2024
@JackWang032 JackWang032 self-assigned this Nov 15, 2024
@JackWang032
Copy link
Collaborator Author

#151

@apankun
Copy link

apankun commented Dec 19, 2024

请问你可以收集到表别名了么?

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

No branches or pull requests

2 participants