2018年11月29日
摘要: SQL 常见题练习 1.查询" 01 "课程比" 02 "课程成绩高的学生的信息及课程分数解:因为需要全部的学生信息,则需要在sc表中得到符合条件的SId后与student表进行joinselect * from Student RIGHT JOIN ( select t1.SId,class1,c 阅读全文
posted @ 2018-11-29 09:47 Ryana 阅读(469) 评论(1) 推荐(1) 编辑