Delete order_by_with_limit.xml

Delete new test to run old ones.
This commit is contained in:
Nikolai Kochetov 2020-05-30 12:22:05 +03:00 committed by GitHub
parent 43c0499e87
commit f9009809f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>