摘要: 1、添加字段 alter table 表名 add 字段名 type not null default 0 2、修改字段名 alter table 表名 rename column A to B 3、修改字段类型 alter table 表名 modify column UnitPrice deci 阅读全文
posted @ 2020-08-12 09:12 3939! 阅读(498) 评论(0) 推荐(0) 编辑