If you type a select statement:
select *
from all_objects;
Then hover over the * to expand to the full column list, if you then move to the query builder to alter the columns chosen you get a error "text is not a valid, single select statement".
If however you type the columns up front you can then switch to Query builder and swap them in and out.
The full err msg is:
Text is not a valid, single SELECT statement.
Syntax Error at line 15, column 18
from all_objects;
^^^
Expected: name_wo_function_call,name,sql_statement,
Query Builder disabled.
Message was edited by: Trotty