You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/04/10 12:10:00 UTC

[jira] [Resolved] (IGNITE-18665) Sql. subquery with ORDER BY is not supported

     [ https://issues.apache.org/jira/browse/IGNITE-18665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Gerzhedovich resolved IGNITE-18665.
----------------------------------------
    Fix Version/s:     (was: 3.0.0-beta2)
       Resolution: Duplicate

> Sql. subquery with ORDER BY is not supported
> --------------------------------------------
>
>                 Key: IGNITE-18665
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18665
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Maksim Zhuravkov
>            Priority: Minor
>              Labels: calcite2-required, calcite3-required, ignite-3
>
> The following query is not supported:
> {code:java}
> SELECT i, (WITH i2 AS (SELECT i+i1.i FROM integers ORDER BY 1 LIMIT 1 OFFSET 1) SELECT * FROM i2) AS j FROM integers i1 ORDER BY i;
> {code}
> {code:java}
> i	j
> 1	3
> 2	4
> 3	5
> null	null
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)