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 →
与 system.numbers 类似的系统表,但读取支持并行化, 返回的数字顺序可以是任意的。
system.numbers
SELECT * FROM system.numbers_mt LIMIT 10;
┌─number─┐ │ 0 │ │ 1 │ │ 2 │ │ 3 │ │ 4 │ │ 5 │ │ 6 │ │ 7 │ │ 8 │ │ 9 │ └────────┘ 10 rows in set. Elapsed: 0.001 sec.
此页面对您有帮助吗?