Skip to content

[FEATURE] GROUP BY can be implicit #360

@goodwanghan

Description

@goodwanghan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions