728x90
https://school.programmers.co.kr/learn/courses/30/lessons/59407
728x90
SELECT animal_id
FROM animal_ins
WHERE name IS NOT NULL
ORDER BY animal_id
728x90
'Problem Solving > Programmers' 카테고리의 다른 글
[프로그래머스, 59035] 역순 정렬하기 (mysql) (0) | 2024.01.11 |
---|---|
[프로그래머스, 59408] 중복 제거하기 (mysql) (0) | 2024.01.09 |
[프로그래머스, 59403] 동물의 아이디와 이름 (mysql) (0) | 2024.01.05 |
[프로그래머스, 59404] 여러 기준으로 정렬하기 (mysql) (0) | 2024.01.04 |
[프로그래머스, 59038] 최솟값 구하기 (mysql) (0) | 2024.01.02 |