mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
8 lines
282 B
Markdown
8 lines
282 B
Markdown
# system.numbers {#system-numbers}
|
|
|
|
This table contains a single UInt64 column named `number` that contains almost all the natural numbers starting from zero.
|
|
|
|
You can use this table for tests, or if you need to do a brute force search.
|
|
|
|
Reads from this table are not parallelized.
|