ClickHouse/tests/performance/collations.xml

12 lines
284 B
XML
Raw Normal View History

2021-05-20 14:14:55 +00:00
<test>
2019-12-09 01:23:58 +00:00
<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>