2条回答 默认 最新
- 空白如空 2019-09-25 16:45关注
select t1.sid from sc t1, sc t2 where t1.cid=1 and t2.cid=2 and t1.sid=t2.sid and t1.score < t2.score
方法很多,看你喜欢用那种本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
select t1.sid from sc t1, sc t2 where t1.cid=1 and t2.cid=2 and t1.sid=t2.sid and t1.score < t2.score
方法很多,看你喜欢用那种