Skip to content

Commit 8f38375

Browse files
committed
change the test to reflect the fix in #duckdb/14171
1 parent f24be8b commit 8f38375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/sql_reduce.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INSERT INTO tbl (VALUES (1))
4848
INSERT INTO tbl (VALUES (1, 2))
4949
INSERT INTO tbl (VALUES (2))
5050
INSERT INTO tbl SELECT *
51-
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2))
51+
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2)) AS valueslist
5252
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2)) AS valueslist
5353

5454
query I

0 commit comments

Comments
 (0)