摘要: 全连接与CASE SELECT student.s_id,s_name,c_name,score FROM student INNER JOIN course LEFT JOIN score ON score.s_id = student.s_id AND score.c_id = course.c 阅读全文
posted @ 2021-08-28 05:07 ZzzRed 阅读(42) 评论(0) 推荐(0)