SQLzoo 5 SUM and COUNT

2. List all the continents - just once each

列出所有大洲,每个州仅出现一次

select continent from world group by continent

  或者

select distinct(continent) from world

  

posted @ 2020-12-04 11:45  你家阿萨辛大人  阅读(40)  评论(0)    收藏  举报