Closed
Description
When I try to parse the following valid SQL statement (it runs fine on my MySQL server) via sqlparser
:
alter table sometable add column b integer, add column c integer;
Instead of successfully parsing it, I get the following error:
Expected end of statement, found: ,
It seems like sqlparser
doesn't understand having multiple additions in a single alter table
statement. Is it possible to make this work?
Metadata
Metadata
Assignees
Labels
No labels