add test for #55360

This commit is contained in:
flynn 2024-04-29 16:46:53 +00:00
parent b6d46317d1
commit 5f5d62c894
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9

View File

@ -0,0 +1,2 @@
WITH 0 AS l, 10 AS r SELECT number * 2 FROM numbers(5) ORDER BY 1 WITH FILL FROM l TO r;
WITH 0 AS l, 10 AS r SELECT number * 2 FROM numbers(5) ORDER BY 1 WITH FILL FROM l TO l + r;