mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
3 lines
209 B
MySQL
3 lines
209 B
MySQL
|
-- Check that the function works for LowCardinality and gives at least something plausible:
|
||
|
SELECT uniq(x) > 1000 FROM (SELECT * FROM generateRandom('x Array(LowCardinality(Nullable(String)))') LIMIT 100000);
|