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!

Parsing Error when using query builder

884677Aug 25 2011 — edited Sep 6 2011
I have a query with a subquery in the WHERE statement witn multiple fields listed in the select statement.
For example, the subquery starts with "AND (center, jobid) IN SELECT center, jobid FROM ........
The query runs fine and gives me the correct data
However when I click on the Query builder option, I receive the following error
"Text is not a valid, single SELECT statement.
Parsing error:
Failed to parse SQL query.
Invalid Select Statement.
Unexpected token "from" at line13, pos 1.
Query Builder Disabled

I believe this to be a problem with the query builder, Am I correct?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2011
Added on Aug 25 2011
2 comments
1,590 views