mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
3 lines
201 B
MySQL
3 lines
201 B
MySQL
|
-- 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);
|