mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
12 lines
284 B
XML
12 lines
284 B
XML
<test>
|
|
|
|
|
|
|
|
<preconditions>
|
|
<table_exists>test.hits</table_exists>
|
|
</preconditions>
|
|
|
|
<query>SELECT Title FROM test.hits ORDER BY Title DESC LIMIT 1000, 10</query>
|
|
<query>SELECT Title FROM test.hits ORDER BY Title DESC COLLATE 'tr' LIMIT 1000, 10</query>
|
|
</test>
|