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 3e23b09 commit 1407f62Copy full SHA for 1407f62
test/sql/parse_tables.test …_tools/table_functions/parse_tables.testtest/sql/parse_tables.test renamed to test/sql/parse_tools/table_functions/parse_tables.test
@@ -1,12 +1,12 @@
1
-# name: test/sql/parse_tables.test
2
-# description: test parse_tables extension
+# name: test/sql/parser_tools/tables_functions/parse_tables.test
+# description: test parse_tables table function
3
# group: [parse_tables]
4
5
# Before we load the extension, this will fail
6
statement error
7
-SELECT parse_tables('select 1');
+SELECT * FROM parse_tables('SELECT * FROM my_table;');
8
----
9
-Catalog Error: Scalar Function with name parse_tables does not exist!
+Catalog Error: Table Function with name parse_tables does not exist!
10
11
# Require statement will ensure this test is run with this extension loaded
12
require parser_tools
0 commit comments