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.
이 페이지가 도움이 되었나요?