ClickHouse/tests/queries/0_stateless/03208_uniq_with_empty_tuple.sql

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

5 lines
127 B
MySQL
Raw Normal View History

2024-07-29 02:36:28 +00:00
-- Tags: no-fasttest
-- https://github.com/ClickHouse/ClickHouse/issues/67303
SELECT uniqTheta(tuple());
SELECT uniq(tuple());