Details
Description
Suppose table looks like :
products
name | cat_id | subcat_id |
---|---|---|
n1 | 1 | 10 |
n2 | 2 | 10 |
n3 | 3 | 11 |
and request :
SELECT NAME FROM products WHERE CAT_ID = (SELECT CAT_ID FROM products WHERE SUBCAT_ID = 10)
for now it correctly executed and returns undefined results, proposal : return ERROR and appropriate message.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- links to