mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
4 lines
172 B
MySQL
4 lines
172 B
MySQL
|
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
|