This commit is contained in:
Anton Popov 2020-11-27 17:31:30 +03:00
parent 601d633690
commit 458395dcaf

View File

@ -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]