Skip to content
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

What's the equivalent of SELECT x FROM (SELECT...) ? #986

Open
jalbano opened this issue Jan 19, 2022 · 0 comments
Open

What's the equivalent of SELECT x FROM (SELECT...) ? #986

jalbano opened this issue Jan 19, 2022 · 0 comments

Comments

@jalbano
Copy link

jalbano commented Jan 19, 2022

I can't seem to find a way to do nested SELECTs - is it possible? I need to do 2 levels of "group by" which is why (I think) I need to do the nesting. The raw SQL works fine (but don't want to use rawQuery() because I have lots of conditions that tweak the query and manipulating the raw string gets messy.

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

No branches or pull requests

1 participant