mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
4 lines
172 B
SQL
4 lines
172 B
SQL
SELECT toTypeName(fuzzBits('stringstring', 0.5)) from numbers(3);
|
|
|
|
SELECT toTypeName(fuzzBits('stringstring', 0.5)) from ( SELECT 1 AS x UNION ALL SELECT NULL ) group by x
|