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

GROUP BY #85

Open
gammelalf opened this issue Feb 19, 2025 · 0 comments
Open

GROUP BY #85

gammelalf opened this issue Feb 19, 2025 · 0 comments

Comments

@gammelalf
Copy link
Member

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.

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