Skip to content

Why does this fail (is it because of conflict with interval as result alias?) #145

@srikanthccv

Description

@srikanthccv
SELECT
    toStartOfInterval(timestamp, toIntervalMinute(1)) AS interval,
    column_name
FROM table
WHERE true
GROUP BY (interval, column_name)
ORDER BY (interval, column_name) ASC

It throws line 5:18 unexpected token kind: ,

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions