名站网址导航为大家提供关于数据库教程相关的教程网站知识。
alert table 表名 add column 列名Oracle学习笔记(六)
alter table 表名 drop column 列名
eg:
alter table TPointManage add AddPointsReason number(8)
alter table textattrdetail drop column AddPointsReason
需要注意的一点,假如如果要修改的表,不是当前的用户的表,那么就需要添加上用户的名称。以及有修改此表的权限。 关于数据库教程相关的教程网站知识今天我们就说到这里了,希望可以帮到大家。