mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
3 lines
201 B
SQL
3 lines
201 B
SQL
-- Check that the function works for Ipv4 and Ipv6 and gives at least something plausible:
|
|
SELECT uniq(v4) > 1000, uniq(v6) > 1000 FROM (SELECT * FROM generateRandom('v4 IPv4, v6 IPv6') LIMIT 100000);
|