alter table TABLE add column的意思|示意
添加列
alter table TABLE add column的网络常见释义
增加字段 ...支持 4 创建序列(Create sequence) 支持 5 创建存储过程(Create pocedure) 支持 6 增加字段(alter table TABLE add column) 支持 7 删除字段(alter table emp drop column) 支持 8 修改字段(alter table emp modify column) 支持 9 修改列名(alter ...
alter table TABLE add column相关例句
Because this restriction is removed, even if the database is not created in UTF-8, a user can alter a table to add an XML column or create a new table with XML columns.
由于去掉了这个限制,即使数据库不是用utf - 8格式创建的,用户也可以更改一个表以添加xml列,或者创建一个包含xml列的新表。