思路就是反过来想就简单了
最后一句这样写就意思明显 SELECT distinct name from (select name from zzxxz where score<=80)
select distinct name from zzxxz where name not in
(select distinct name from zzxxz where score<=80)
思路就是反过来想就简单了
最后一句这样写就意思明显 SELECT distinct name from (select name from zzxxz where score<=80)
select distinct name from zzxxz where name not in
(select distinct name from zzxxz where score<=80)
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。