摘要: 一、修改字段默认值 alter table 表名 drop constraint 约束名字 说明:删除表的字段的原有约束 alter table 表名 add constraint 约束名字 DEFAULT 默认值 for 字段名称 说明:添加一个表的字段的约束并指定默认值 二、修改字段名: alt 阅读全文
posted @ 2015-01-14 10:32 宋佳莉 阅读(285042) 评论(7) 推荐(6) 编辑