Mysql常見面試題(1)

1、每門課都大於80分的學生姓名 select name from table1 GROUP BY name having min(fenshu)>80;(推薦) select DISTINCT name from table1 where name not in (select DISTINCT name from table1 where fenshu<=80); 2、刪除除了編號不同,其他都
相關文章
相關標籤/搜索