摘要:
1、创建班级表 create table class ( id int primary key auto_increment, title varchar(50) ) 2、添加测试数据 insert into class values(null,'小班'),(null,'中班'),(null,'大班 阅读全文
posted @ 2023-03-17 12:24
laoq112
阅读(108)
评论(0)
推荐(0)