Skip to content

Support Table Aliasis #1

@biannetta

Description

@biannetta

When writing SQL queries, if you type table_name table_alias, the autocomplete should recognize table_alias as a table name to autocomplete columns for.

e.g.
SELECT p.id, p.col_1 FROM my_table_with_a_really_long_name p;

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions