摘要: create table tb_user( id int , username varchar(20), password varchar(32) ); -- 学生表 create table tb_stu( id int ,-- 编号 name varchar(10),-- 姓名 gender c 阅读全文
posted @ 2023-03-29 21:06 lcz111 阅读(17) 评论(0) 推荐(0)