ClickHouse/docs/en/system_tables/system.numbers.md
2018-03-25 05:04:22 +03:00

7 lines
263 B
Markdown
Executable File

# 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.