alter table 修改表 ; 修改表结构 ; 编辑表结构
alter table rename column 修改列名
alter table monitor 自动收集统计信息
alter table emp drop column 删除字段
alter table TABLE add column 增加字段
alter table emp modify column 修改字段
alter table add constraint 以及修修改表 ; 在已有的表上增加约束
alter table tabname deallocate unused 关于释放表空间的疑问
The following example demonstrates how to rename a column using the ALTER table command while keeping the table fully accessible.
下面的示例演示了如何使用ALTER TABLE命令重命名一个列,同时保持表具有完整的可访问性?
The second algorithm is used when the table is placed in APPEND mode through ALTER table.
当表是通过ALTER table以append模式放置时,就要使用第二种算法。
In combination with enhancements to the ALTER TABLE statement, a convenient way for managing different versions of a database solution was created.
再结合使用对ALTER table语句的改进,就可以方便地管理数据库解决方案的不同版本。
应用推荐