Allow subselects which do not reference a column
------------------------------------------------
Key: TORQUE-185
URL: https://issues.apache.org/jira/browse/TORQUE-185
Project: Torque
Issue Type: New Feature
Reporter: Thomas Fox
Currently it is not possible to create the following prepared statement query:
select * from TABLE_1 where (select count(*) from TABLE2 where TABLE2.COLUMN1 =
TABLE1.COLUMN1 AND TABLE2.COLUMN2=?) = 0;
It should be possible to create such queries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]