Skip to content

Does it support inner query ? #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaridiv opened this issue Feb 9, 2018 · 1 comment · Fixed by #282
Closed

Does it support inner query ? #27

jaridiv opened this issue Feb 9, 2018 · 1 comment · Fixed by #282

Comments

@jaridiv
Copy link

jaridiv commented Feb 9, 2018

I want to construct query like below
SELECT inner_table.*, ROW_NUMBER() OVER (ORDER BY colum1 DESC) AS RN FROM ( SELECT colum1 FROM test ) inner_table

Is it possible ?

@jeffgbutler
Copy link
Member

This isn't supported currently.

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

Successfully merging a pull request may close this issue.

2 participants