Skip to content

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

Open
@JackWang032

Description

@JackWang032

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

create table table1 (id int);
select t1. from table1 as t1;

Metadata

Metadata

Assignees

Labels

WIPdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions