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