You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/03/19 08:44:00 UTC

[jira] [Updated] (IGNITE-5749) SQL: add ALL condition support.

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

Vladimir Ozerov updated IGNITE-5749:
------------------------------------
    Labels: sql-engine  (was: )

> SQL: add ALL condition support.
> -------------------------------
>
>                 Key: IGNITE-5749
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5749
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Andrew Mashenkov
>            Priority: Major
>              Labels: sql-engine
>         Attachments: SqlAnyAll.java
>
>
> H2 supports ALL,ANY,SOME (same as ANY) conditions.
> Ignite seems supports ANY condition and rewrite it to IN condition.
> But using ALL condition results with an error.
> Seems, we can add support of ALL condition for queries with collocated flag without serious changes in code. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)