时间:2024-11-11 05:21:48
1、desc 表名;(查询表中信息)
3、alter table 表名 add 新字段名 数据类型() first;(插入列在第一个位置)
5、show create table 表名;(查看表结构)