Autocomplete - implicit table when the query is limited to 1 table

[expired user #6389]'s profile image [expired user #6389] posted 12 years ago in Feature discussion Permalink
Another features suggestion for Autocomplete

Eg.
# table name: RECORDS
# column name: Name

# auto complete works here
SELECT * FROM RECORDS WHERE RECORDS.Na

# auto complete works here
SELECT * FROM RECORDS R WHERE R.Na

# auto complete does NOT work here - considering that only 1
# table is in the scope of the query, why not implicitly
# asume that as the table and just autocomplete the column name?

SELECT * FROM RECORDS WHERE Na

Please login to leave a reply, or register at first.