We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0eb3d commit cd16fd1Copy full SHA for cd16fd1
tests/queries/0_stateless/03408_implicit_table.reference
@@ -1,5 +1,5 @@
1
-- { echo }
2
-SET implicit_select = 1, implicit_table_at_top_level = 'test';
+SET implicit_select = 1, implicit_table_at_top_level = 'test', enable_analyzer = 1;
3
DROP TABLE IF EXISTS test;
4
CREATE TABLE test (s String) ENGINE = Memory;
5
INSERT INTO test VALUES ('Hello'), ('World');
0 commit comments