Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
0부터 시작하는 거의 모든 자연수를 담은 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;
이 페이지가 도움이 되었나요?