You need to enable JavaScript to run this app.
ByteHouse云数仓版

ByteHouse云数仓版

复制全文
系统表
system.numbers_mt
复制全文
system.numbers_mt

系统表 system.numbers_mt 与系统表 system.numbers 相同,但其读取是并行化的,数字可以按任意顺序返回。适合用于生成测试数据或进行数据填充。
示例
查询数据:

SELECT * FROM system.numbers_mt LIMIT 10;

查询结果:

┌─number─┐
│      0 │
│      1 │
│      2 │
│      3 │
│      4 │
│      5 │
│      6 │
│      7 │
│      8 │
│      9 │
└────────┘
最近更新时间:2025.10.30 16:43:30
这个页面对您有帮助吗?
有用
有用
无用
无用