mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
44 lines
280 B
Plaintext
44 lines
280 B
Plaintext
|
number
|
||
|
|
||
|
0
|
||
|
number
|
||
|
|
||
|
1
|
||
|
0
|
||
|
1
|
||
|
2
|
||
|
3
|
||
|
4
|
||
|
5
|
||
|
6
|
||
|
7
|
||
|
8
|
||
|
9
|
||
|
{
|
||
|
"meta":
|
||
|
[
|
||
|
{
|
||
|
"name": "number",
|
||
|
"type": "UInt64"
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"data":
|
||
|
[
|
||
|
["0"],
|
||
|
["1"],
|
||
|
["2"],
|
||
|
["3"],
|
||
|
["4"],
|
||
|
["5"],
|
||
|
["6"],
|
||
|
["7"],
|
||
|
["8"],
|
||
|
["9"]
|
||
|
],
|
||
|
|
||
|
"rows": 10,
|
||
|
|
||
|
"rows_before_limit_at_least": 10
|
||
|
}
|