Added a test for #13477

This commit is contained in:
Alexey Milovidov 2021-01-04 03:52:45 +03:00
parent 486418d112
commit 17ff7e3413
2 changed files with 2 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
SELECT number, 1 AS k FROM numbers(100000) ORDER BY k, number LIMIT 1025, 1023 FORMAT Values;