> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 与 `system.numbers` 类似的系统表，但读取支持并行化， 返回的数字顺序可以是任意的。

# system.numbers_mt

<div id="description">
  ## 描述
</div>

与 [`system.numbers`](/zh/reference/system-tables/numbers) 相同，但读取被并行化。返回的数字顺序可能是任意的。

用于测试。

<div id="columns">
  ## 列
</div>

{/*AUTOGENERATED_END*/}

<div id="example">
  ## 示例
</div>

```sql theme={null}
SELECT * FROM system.numbers_mt LIMIT 10;
```

```response theme={null}
┌─number─┐
│      0 │
│      1 │
│      2 │
│      3 │
│      4 │
│      5 │
│      6 │
│      7 │
│      8 │
│      9 │
└────────┘

10 rows in set. Elapsed: 0.001 sec.
```
