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')
本文来自博客园,作者:程序猿网友666,转载请注明原文链接:https://www.cnblogs.com/chenghu/p/4478371.html

浙公网安备 33010602011771号