摘要: 有四张表 用户表:student 列名:stu_id,stu_name 学生分数表:student_score 列名:stu_id,score 班级表:class 列名:class_id,class_name 班级用户表:class_student 列名:class_id,stu_id 使用SQL语 阅读全文
posted @ 2016-05-07 21:16 dmdoge 阅读(325) 评论(0) 推荐(0)