You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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;