IntroductionData TypesIPv6Edit this pageipv6IPv6 IPv6 addresses. Stored in 16 bytes as UInt128 big-endian. Basic Usage CREATE TABLE hits (url String, from IPv6) ENGINE = MergeTree() ORDER BY url;DESCRIBE TABLE hits;