mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
9 lines
202 B
XML
9 lines
202 B
XML
|
<test>
|
||
|
<tags>
|
||
|
<tag>sorting</tag>
|
||
|
<tag>comparison</tag>
|
||
|
</tags>
|
||
|
|
||
|
<query>select * from numbers(300000000) order by (1 - number , number + 1 , number) limit 10;</query>
|
||
|
</test>
|