grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

sql/plsql alter_table accepts emply alternative

Open j0hannesz opened this issue 1 year ago • 0 comments

ALTER TABLE statements do not recognize constraint_clauses.

Example:

ALTER TABLE dummy ADD PRIMARY KEY (id);

This results to a list of unit_statements.

Please check the empty alternative at the beginning of "| alter_table_properties"

j0hannesz avatar Apr 30 '24 18:04 j0hannesz