sql
[프로그래머스] 아픈 동물 찾기
활시현
2021. 1. 24. 20:09
728x90
728x90
SELECT animal_id, name from animal_ins
where INTAKE_CONDITION = 'Sick'
order by ANIMAL_ID;