sql 操作表常用语句,语法


新增列:alter table 表名 add 新列名 数据类型

删除列:alter table 表名 drop column 列名

删除约束:alter table 表名 drop constraint 约束to_date('2014-08-01 00:00:00','yyyy-mm-dd hh24:mi:ss')

原文地址:https://www.cnblogs.com/chenghu/p/4478371.html