摘要: 修改表名 修改表名 alter table 表名 rename 新表名; //修改table名 添加、删除、修改字段 添加、删除、修改字段 alter table 表名 add [column] 列名 数据类型; //添加column alter table 表名 drop [column] 列名; 阅读全文
posted @ 2018-04-14 17:10 l_____py 阅读(182) 评论(0) 推荐(0)