티스토리 뷰
programmers.co.kr/learn/courses/30/lessons/59046
select animal_id, name, sex_upon_intake
from animal_ins
where name in('Lucy', 'Ella', 'Pickle', 'Rogan', 'Sabrina', 'Mitty')
order by animal_id
'Algorithm > Programmers' 카테고리의 다른 글
[프로그래머스] 중성화 여부 파악하기 - MySQL (0) | 2021.02.17 |
---|---|
[프로그래머스] 이름에 el이 들어가는 동물 찾기 - MySQL (0) | 2021.02.17 |
[프로그래머스] 있었는데요 없었습니다 - MySQL (0) | 2021.02.17 |
[프로그래머스] 없어진 기록 찾기 - MySQL (0) | 2021.02.17 |
[프로그래머스] NULL 처리하기 - MySQL (0) | 2021.02.17 |