Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0
-
None
Description
The following query is not supported
SELECT i, (WITH i2 AS (SELECT i+i1.i FROM integers LIMIT 1 OFFSET 1) SELECT * FROM i2) AS j FROM integers i1 ORDER BY i;
Expected result:
i j 1 3 2 4 3 5 null null
Attachments
Issue Links
- is duplicated by
-
IGNITE-18311 AssertionError in SQL on subquery with offset and limit
- Resolved