摘要:
1、语法 :alter table 表名 执行动作; 2、添加字段(add) alter table 表名 add 字段名 数据类型;默认添加最后 alter table 表名 add 字段名 数据类型 first; alter table 表名 add 字段名 数据类型 after 字段名; 3、 阅读全文
posted @ 2018-08-30 22:14
zengsf
阅读(192)
评论(0)
推荐(0)
zengsf 懒惰、高效、实用
2018年8月30日
2018年8月29日