摘要: 删 除 表:drop table 表名; 改字段名:alter table 表名 rename column 列名 to 新列名 创 建 表:create table 表名(字段名 字段类型,字段名); 删表数据:truncate table 表名; delete from 表名; 增加字段:alt 阅读全文
posted @ 2018-08-09 22:37 奔跑的it_短线客 阅读(164) 评论(0) 推荐(0)