Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

4.0 EA1 - Query Builder

TrottyJul 16 2013 — edited Jul 17 2013

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

This post has been answered by Vadim Tropashko-Oracle on Jul 16 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2013
Added on Jul 16 2013
2 comments
464 views