Add a test

This commit is contained in:
Alexey Milovidov 2021-09-12 02:56:47 +03:00
parent e3611cccce
commit 98a25f3ece
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT x, y FROM (SELECT 5 AS x, 'Hello' AS y) ORDER BY x WITH FILL FROM 3 TO 7, y, x WITH FILL FROM 1 TO 10; -- { serverError 475 }