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 →
包含一个名为 number 的 UInt64 列的系统表,该列包含从零开始几乎所有的自然数。
number
SELECT * FROM system.numbers LIMIT 10;
┌─number─┐ │ 0 │ │ 1 │ │ 2 │ │ 3 │ │ 4 │ │ 5 │ │ 6 │ │ 7 │ │ 8 │ │ 9 │ └────────┘ 10 rows in set. Elapsed: 0.001 sec.
SELECT * FROM system.numbers WHERE number < 10;
此页面对您有帮助吗?