[ https://issues.apache.org/jira/browse/PHOENIX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955930#comment-13955930 ]
ASF GitHub Bot commented on PHOENIX-71: --------------------------------------- Github user maryannxue commented on the pull request: https://github.com/apache/incubator-phoenix/pull/23#issuecomment-39158277 Updated. Thanks a lot for the comment! > 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)