Parsing Error when using query builder
884677Aug 25 2011 — edited Sep 6 2011I 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?