You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: