[ https://issues.apache.org/jira/browse/PHOENIX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13926158#comment-13926158 ]
Maryann Xue commented on PHOENIX-71: ------------------------------------ [~giacomotaylor] No, not yet. It's quite a bit of work. The next step will be support for derived table as join table. > 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.2#6252)