Autocomplete not working if more than 1 query
In an Sql window, if I type:
select Field1 from Table1
... autocomplete works ok (i.e. Field1 and Table1 will appear as suggestions). However, if in the same window I type:
select Field1 from Table1
select Field2 from Table2
... Autocomplete doesn't work for the second line of sql. It only seems to work for the query which is at the top of the sql window.
3
votes
William Buchanan
shared this idea