title | summary | toc |
---|---|---|
ADD COLUMN |
Use the ADD COLUMN statement to add columns to tables. |
false |
The ADD COLUMN
statement is part of ALTER TABLE
and adds columns to tables.
{% include sql/diagrams/add_column.html %}
The user must have the CREATE
privilege on the table.