ClickHouse/tests/performance/collations.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
192 B
XML
Raw Normal View History

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