ClickHouse/tests/queries/0_stateless/02539_generate_random_low_cardinality.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
209 B
MySQL
Raw Normal View History

2023-01-26 14:42:17 +00:00
-- 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);