📅  最后修改于: 2022-03-11 15:05:16.229000             🧑  作者: Mango
Adds a new column to an existing table.
Example: Adds a new column named ‘email_address’ to a table named
‘users’.
ALTER TABLE users
ADD email_address varchar(255);