mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
1 3
|
|
hello 1 3 world
|
|
9
|
|
9 (0,1)
|
|
key tupleElement(argMax((v1, v2, v3, v4, v5), v1), \'1\') tupleElement(argMax((v1, v2, v3, v4, v5), v1), \'2\') tupleElement(argMax((v1, v2, v3, v4, v5), v1), \'3\') tupleElement(argMax((v1, v2, v3, v4, v5), v1), \'4\') tupleElement(argMax((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
|