๋ฐ์ํ
https://school.programmers.co.kr/learn/courses/30/lessons/59039
-- ์ฝ๋๋ฅผ ์
๋ ฅํ์ธ์
SELECT ANIMAL_ID
from ANIMAL_INS
where NAME is null
order by ANIMAL_ID
๋ฐ์ํ
https://school.programmers.co.kr/learn/courses/30/lessons/59039
-- ์ฝ๋๋ฅผ ์
๋ ฅํ์ธ์
SELECT ANIMAL_ID
from ANIMAL_INS
where NAME is null
order by ANIMAL_ID