Add test.

This commit is contained in:
Nikolai Kochetov 2020-06-02 13:52:05 +03:00
parent ecdbd888cf
commit 289c983f17
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT number FROM (SELECT number FROM system.numbers LIMIT 999990) ORDER BY number ASC LIMIT 100, 65535 SETTINGS max_bytes_before_external_sort = 1000000 format Null