sql-autocomplete icon indicating copy to clipboard operation
sql-autocomplete copied to clipboard

How to achieve sql column name auto completion?

Open melin opened this issue 2 years ago • 2 comments

example: select na from tb1 a left join tb2 b a.code=b.code。 Enter na, how to get the table name: tb1 and tb2, more complex sql, may contain nesting, how to get the corresponding table name, query field information through the table name.

@mtriff The project does not fully implement the modelDBA sqleditor code complete feature.

melin avatar Aug 23 '22 03:08 melin