문제
풀이
select animal_type, count(animal_type) from animal_ins group by animal_type order by animal_type;
'algorithm' 카테고리의 다른 글
[programmers] MySQL - Lv.2 루시와 엘라 찾기 (string, date) (0) | 2022.08.09 |
---|---|
[HackerRank] MySQL - Select By ID (0) | 2022.08.09 |
[HackerRank] MySQL - Select All (0) | 2022.08.08 |
[HackerRank] MySQL - Revising the Select Query Ⅱ (0) | 2022.08.07 |
[programmers] MySQL - Lv.1 상위 n개 레코드 (select) (0) | 2022.08.07 |