This commit is contained in:
Albert Kidrachev 2020-06-01 15:12:37 +03:00
commit 3c6a785937

View File

@ -1,9 +0,0 @@
<test>
<tags>
<tag>sorting</tag>
<tag>comparison</tag>
</tags>
<query>SELECT rand64() AS n FROM numbers(1000000) ORDER BY n DESC LIMIT 500</query>
</test>