sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

ALTER TABLE .. PARTITION statement

Open nijel opened this issue 8 years ago • 0 comments

See https://github.com/phpmyadmin/phpmyadmin/issues/13595, reproduced with current master:

./bin/lint-query --query "ALTER TABLE posts
PARTITION BY LIST COLUMNS (status) (
PARTITION P1 VALUES IN ('public', 'admin', 'moder', 'rec'),
PARTITION P2 VALUES IN ('archive')
);"
#1: Unrecognized alter operation. (near ";" at position 151)

nijel avatar Aug 21 '17 09:08 nijel