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

[FEATURE] GROUP BY can be implicit #360

Open
goodwanghan opened this issue Sep 14, 2022 · 0 comments
Open

[FEATURE] GROUP BY can be implicit #360

goodwanghan opened this issue Sep 14, 2022 · 0 comments
Labels
enhancement New feature or request Fugue SQL

Comments

@goodwanghan
Copy link
Collaborator

GROUP BY can be implicit for common cases

SELECT a, b, COUNT(*) AS c
GROUP BY a,b

Omitting GROUP BY doesn't cause ambiguity in this case. So

SELECT a, b, COUNT(*) AS c

should be translated to the first query automatically.

@goodwanghan goodwanghan added enhancement New feature or request Fugue SQL labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fugue SQL
Projects
None yet
Development

No branches or pull requests

1 participant