ALTER TABLE changes the definition of an existing table. There are several subforms described below. Note that the lock level required may differ for each
ALTER TABLE 陳述式會變更表格的定義。
ALTER TABLE 敘述句(SQL ALTER TABLE Statement). ALTER TABLE 是用來對已存在的資料表結構作更改。語法型式如下: ALTER TABLE table_name ;.
ALTER TABLE 语句用于在已有的表中添加、删除或修改列。 SQL ALTER TABLE 语法. 如需在表中添加列,
ALTER TABLE 會改變、新增或卸除資料行和條件約束,修改資料表定義。 ALTER TABLE 也會重新指派和重建資料分割,或停用和啟用條件約束和觸發程序。
The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is also used to add and drop