Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: DQL
-
Security Level: All
-
Labels:None
Description
The DQL IN clause does not support multiple column statements.
... WHERE (a, b) IN (SELECT a, b ...) ...
The only work around is to use a native query which is pretty cumbersome, so having this in DQL would be really nice.
Issue Links
- duplicates
-
DDC-726
DQL should deal correctly with composite primary keys
-
Duplicate