mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
1 3
|
|
hello 1 3 world
|
|
9
|
|
9 (0,1)
|
|
key tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), \'1\') tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), \'2\') tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), \'3\') tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), \'4\') tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), \'5\')
|
|
1 20 20 10 20 30
|
|
2 11 20 10 20 30
|
|
3 70 20 10 20 30
|
|
4 10 20 10 20 30
|
|
5 10 20 10 20 30
|
|
6 10 20 10 20 30
|
|
7 18 20 10 20 30
|
|
8 30 20 10 20 30
|