oracle数据库删除表字段的语句是: alter table 表名 drop (column); (推荐教程:oracle教程) 举例: alter table T_Student2 drop (sex); 上述语句表示,删除T_Student2数据表中的sex字段。 以上就是orac
oracle数据库删除表字段的语句是:
alter table 表名 drop (column);
(推荐教程:oracle教程)
举例:
alter table T_Student2 drop (sex);
上述语句表示,删除T_Student2数据表中的sex字段。
以上就是oracle数据库删除表字段的语句是什么的详细内容,更多请关注自由互联其它相关文章!