Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
包含一个名为 prime 的 UInt64 列的系统表,该列按升序存储从 2 开始的质数。
prime
primes
SELECT * FROM system.primes LIMIT 10;
┌─prime─┐ │ 2 │ │ 3 │ │ 5 │ │ 7 │ │ 11 │ │ 13 │ │ 17 │ │ 19 │ │ 23 │ │ 29 │ └───────┘
SELECT prime FROM system.primes WHERE prime > 1e15 LIMIT 1;
┌────────────prime─┐ │ 1000000000000037 │ -- 1.00 千万亿 └──────────────────┘
此页面对您有帮助吗?