티스토리 뷰
programmers.co.kr/learn/courses/30/lessons/59407
select animal_id
from animal_ins
where name is not null
order by animal_id
'Algorithm > Programmers' 카테고리의 다른 글
[프로그래머스] 없어진 기록 찾기 - MySQL (0) | 2021.02.17 |
---|---|
[프로그래머스] NULL 처리하기 - MySQL (0) | 2021.02.17 |
[프로그래머스] 이름이 없는 동물의 아이디 - MySQL (0) | 2021.02.17 |
[프로그래머스] 보호소에서 중성화한 동물 - MySQL (0) | 2021.02.12 |
[프로그래머스] 오랜 기간 보호한 동물(1) - MySQL (0) | 2021.02.12 |