摘要: 1、自行创建测试数据 创建学生表mysql> create table student(sid int not null primary key auto_increment, sname varchar(20), gender enum('男','女'), class_id int ); 插入数据 阅读全文
posted @ 2021-06-24 22:05 vip网管 阅读(62) 评论(0) 推荐(0)