Skip to content

Feature request: GROUP BY column number support #2592

@bozerkins

Description

@bozerkins

Feature request:
Support for GROUP BY 1,2 in queries

Example query:
SELECT col1, col2
FROM table1
GROUP BY 1,2

This would be equivalent to current ClickHouse query
SELECT col1, col2
FROM table1
GROUP BY col1, col2

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