Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
There are no Sub-Tasks for this issue.