본문 바로가기

algorithm

[programmers] MySQL - Lv.1 어린 동물 찾기 (select)

 

문제

 

 

풀이

 

SELECT animal_id, name from animal_ins where intake_condition != 'aged';