kingforce 发表于 2018-10-20 13:45:49

SQL基础整理——例题

select distinct name  
from T_score
  
where name not in (select distinct name
  
                   from T_score
  
                   where score
页: [1]
查看完整版本: SQL基础整理——例题