SQL 고득점 Kit - String, Date Level2 - 루시와 엘라 찾기 - mysql

Purple·2022년 10월 26일
0

sql

목록 보기
10/22

https://school.programmers.co.kr/learn/challenges?page=1&languages=mysql&order=recent

select animal_id, name, sex_upon_intake
from animal_ins
where name in ('Lucy', 'Ella', 'Pickle', 'Rogan', 'Sabrina', 'Mitty')

where <컬럼명> in/not in ('~', '~', ...)

profile
안녕하세요.

0개의 댓글