You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2016/03/30 11:49:25 UTC

[jira] [Created] (IGNITE-2913) SQL query with EXISTS() expression fails on partitioned cache.

Sergi Vladykin created IGNITE-2913:
--------------------------------------

             Summary: SQL query with EXISTS() expression fails on partitioned cache.
                 Key: IGNITE-2913
                 URL: https://issues.apache.org/jira/browse/IGNITE-2913
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergi Vladykin


select name from Person p where exists(select 1 from Organization o where p.orgId = o.id)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)