ClickHouse/tests/performance/collations.xml

5 lines
192 B
XML

<test>
<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>