摘要: alter table name : alter table table1 to table2;add column : alter table 表名 add column 列名 varchar();delete column : alter table table1 drop column col 阅读全文
posted @ 2018-11-23 17:47 JamesVie 阅读(106) 评论(0) 推荐(0) 编辑