10 lines
240 B
SQL
10 lines
240 B
SQL
# name: test/sql/peg_parser/show_table.test
|
|
# description: Test create macro syntax in peg parser
|
|
# group: [peg_parser]
|
|
|
|
require autocomplete
|
|
|
|
statement ok
|
|
CALL check_peg_parser($TEST_PEG_PARSER$SHOW TABLES FROM db.main$TEST_PEG_PARSER$);
|
|
|