[
https://issues.apache.org/jira/browse/PHOENIX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-71.
---------------------------------
Resolution: Fixed
Fix Version/s: 4.1
3.1
5.0.0
> 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
> Fix For: 5.0.0, 3.1, 4.1
>
>
> 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)