ClickHouse/tests/performance/collations.xml
Alexander Kuzmenkov f3ca9db832 forgot abs()
2021-03-26 01:00:06 +03:00

12 lines
318 B
XML

<test max_ignored_relative_change="0.2">
<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>