Autocomplete - implicit table when the query is limited to 1 table
| User, date | Message |
|---|---|
|
Written by khurdus
1 year ago Category: Feature discussion 2 posts since Thu, 17 May 12 |
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. |