9 lines
270 B
SQL
9 lines
270 B
SQL
# name: test/sql/peg_parser/alter.test
|
|
# description: Test analyze and vacuum statements in peg parser
|
|
# group: [peg_parser]
|
|
|
|
require autocomplete
|
|
|
|
statement ok
|
|
CALL check_peg_parser($TEST_PEG_PARSER$ALTER TABLE tbl SET SORTED BY (i DESC NULLS FIRST)$TEST_PEG_PARSER$);
|