ClickHouse/tests/queries/0_stateless/01664_ntoa_aton_mysql_compatibility.sql

7 lines
210 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: no-fasttest
SELECT INET6_NTOA(toFixedString(unhex('2A0206B8000000000000000000000011'), 16));
SELECT hex(INET6_ATON('2a02:6b8::11'));
SELECT INET_NTOA(toUInt32(1337));
SELECT INET_ATON('192.168.0.1');