You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2014/02/10 19:56:20 UTC

[jira] [Created] (PHOENIX-33) Support table-wildcard select in join queries

Maryann Xue created PHOENIX-33:
----------------------------------

             Summary: Support table-wildcard select in join queries
                 Key: PHOENIX-33
                 URL: https://issues.apache.org/jira/browse/PHOENIX-33
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 2.2.3
            Reporter: Maryann Xue
            Assignee: Maryann Xue
             Fix For: 3.0.0


For example.

select A.*, B.* from A join B on A.col1 = B.col1 join C on B.col1 = C.col1;



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