You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2015/04/03 20:46:56 UTC

[jira] [Created] (PHOENIX-1807) Support UNION queries in subquery

Maryann Xue created PHOENIX-1807:
------------------------------------

             Summary: Support UNION queries in subquery
                 Key: PHOENIX-1807
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1807
             Project: Phoenix
          Issue Type: New Feature
            Reporter: Maryann Xue
            Assignee: Maryann Xue
             Fix For: 4.4.0


Example:

select * from aTable where pk in (select pk from idx1 where q1 = 'x' union all select pk from idx2 where q2 = 'y')



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