Maryann Xue created PHOENIX-71:
----------------------------------

             Summary: Support sub-joins
                 Key: PHOENIX-71
                 URL: https://issues.apache.org/jira/browse/PHOENIX-71
             Project: Phoenix
          Issue Type: New Feature
    Affects Versions: 3.0.0
            Reporter: Maryann Xue
            Assignee: Maryann Xue


Support join table as sub-join. (currently join table can only be a named table)

For example,

select * from A left join (B join C on B.bc_id = C.bc_id) on A.ab_id = B.ab_id 
and A.ac_id = C.ac_id;



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to