[
https://issues.apache.org/jira/browse/PHOENIX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925291#comment-13925291
]
James Taylor commented on PHOENIX-71:
-------------------------------------
[~maryannxue] - is this one resolved?
> 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)