Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

nested select in Join #700

Open
rtvt123 opened this issue Jan 16, 2014 · 2 comments
Open

nested select in Join #700

rtvt123 opened this issue Jan 16, 2014 · 2 comments

Comments

@rtvt123
Copy link

rtvt123 commented Jan 16, 2014

I'm trying to execute the query below (self-join on table called table1), which works fine in mysql but throws an exception in phoenix, is there some syntax difference or is it just not supported yet?

select a.col1, b.col2
from (select * from table1 where col3='key') as a
JOIN (select * from table1 where col3 ='caption') as b
on a.rowkey=b.rowkey;

@rtvt123
Copy link
Author

rtvt123 commented Jan 16, 2014

related issue:
"support derived tables": #5

@jaywong85
Copy link

https://github.com/forcedotcom/phoenix/wiki/Roadmap

all Available features I think them are all be commented by ' Available in master branch'

But Derived Tables haven't

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants