摘要: #自连接select s1.student_id,s1.course_id,s1.number from score as s1,score as s2where s1.course_id != s2,course_id and s1.num = s2.num;#重定向导入sql命令到文件夹tee 阅读全文
posted @ 2019-06-14 21:39 月薪20k 阅读(92) 评论(0) 推荐(0)