ClickHouse/tests/queries/0_stateless/03155_datasketches_ubsan.sql
Alexey Milovidov 64a5bbe683 Update test
2024-05-17 10:24:37 +02:00

3 lines
149 B
SQL

-- Tags: no-fasttest
SELECT uniqTheta(toFixedString('uniqTheta distinct', 18)) FROM (SELECT number % 2 AS x FROM numbers(10) WHERE materialize(16));