grammars-v4
grammars-v4 copied to clipboard
sql/plsql alter_table accepts emply alternative
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"