Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 427 Bytes

add-column.md

File metadata and controls

23 lines (14 loc) · 427 Bytes
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.

Synopsis

{% include sql/diagrams/add_column.html %}

Required Privileges

The user must have the CREATE privilege on the table.

Parameters

Examples

See Also