mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix test
This commit is contained in:
parent
601d633690
commit
458395dcaf
@ -63,7 +63,9 @@ SELECT
|
|||||||
key,
|
key,
|
||||||
a
|
a
|
||||||
FROM test
|
FROM test
|
||||||
ORDER BY key ASC
|
ORDER BY
|
||||||
|
key ASC,
|
||||||
|
exp(key + a) ASC
|
||||||
[0,1,2]
|
[0,1,2]
|
||||||
[0,1,2]
|
[0,1,2]
|
||||||
[0,1,2]
|
[0,1,2]
|
||||||
|
Loading…
Reference in New Issue
Block a user