Skip to content

Commit cd16fd1

Browse files
Update 03408_implicit_table.reference
1 parent cf0eb3d commit cd16fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03408_implicit_table.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- { echo }
2-
SET implicit_select = 1, implicit_table_at_top_level = 'test';
2+
SET implicit_select = 1, implicit_table_at_top_level = 'test', enable_analyzer = 1;
33
DROP TABLE IF EXISTS test;
44
CREATE TABLE test (s String) ENGINE = Memory;
55
INSERT INTO test VALUES ('Hello'), ('World');

0 commit comments

Comments
 (0)