摘要: 创建表 create table student( `id` int not null primary key auto_increment, `name` char(32)); 插入数据insert into student(name) values ('pan');insert into stu 阅读全文
posted @ 2017-11-10 13:40 酷酷的狐狸 阅读(249) 评论(0) 推荐(0)