James Taylor created PHOENIX-1505:
-------------------------------------
Summary: Support defining a VIEW over multiple tables
Key: PHOENIX-1505
URL: https://issues.apache.org/jira/browse/PHOENIX-1505
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
Our current view implementation only supports views over a single table. We
should enhance this to support creating a view over multiple tables. For
example: CREATE VIEW v AS SELECT * FROM DEPT d, EMPL e WHERE d.dept_id =
e.dept_id
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)