mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Better test
This commit is contained in:
parent
3881a85c39
commit
5b828a6cbf
@ -297,3 +297,12 @@ z
|
||||
1
|
||||
0
|
||||
1
|
||||
10
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
|
@ -40,7 +40,7 @@ SELECT 'ζ' as x ORDER BY x COLLATE 'el';
|
||||
SELECT number FROM numbers(2) ORDER BY 'x' COLLATE 'el';
|
||||
|
||||
-- check const and non const columns in order
|
||||
SELECT number FROM numbers(2) ORDER BY 'x', toString(number), 'y' COLLATE 'el';
|
||||
SELECT number FROM numbers(11) ORDER BY 'x', toString(number), 'y' COLLATE 'el';
|
||||
|
||||
--- Trash locales
|
||||
SELECT '' as x ORDER BY x COLLATE 'qq'; --{serverError 186}
|
||||
|
Loading…
Reference in New Issue
Block a user