ClickHouse/tests/queries/0_stateless/02917_transform_tsan.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
174 B
MySQL
Raw Normal View History

2023-11-15 22:12:51 +00:00
-- https://github.com/ClickHouse/ClickHouse/issues/56815
SELECT transform(arrayJoin([NULL, NULL]), [NULL, NULL], [NULL]) GROUP BY GROUPING SETS (('0.1'), ('-0.2147483647'));