mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
21 lines
124 B
Plaintext
21 lines
124 B
Plaintext
totals
|
|
1 1 1
|
|
2 2 2
|
|
3 3 3
|
|
|
|
0 1 3
|
|
rollup
|
|
1 1 1
|
|
2 2 2
|
|
3 3 3
|
|
0 1 3
|
|
cube
|
|
1 1 1
|
|
2 2 2
|
|
3 3 3
|
|
0 1 3
|
|
=======
|
|
1 1 2 1
|
|
2 2 3 1
|
|
0 1 3 2
|