mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
3 lines
209 B
SQL
3 lines
209 B
SQL
-- 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);
|