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 suggest the following scheme QueryContext will emit a group by clause when at least one aggregated column was selected.
In this case all non aggregated columns will be included in group by.
This will probably not match restrictions set by databases but I think it should be a valid MVP.
The text was updated successfully, but these errors were encountered:
Without sql's
GROUP BY
is heavily limited.I suggest the following scheme
QueryContext
will emit a group by clause when at least one aggregated column was selected.In this case all non aggregated columns will be included in group by.
This will probably not match restrictions set by databases but I think it should be a valid MVP.
The text was updated successfully, but these errors were encountered: