Roel Notebook

[SQL] 없어진 기록 찾기

by Roel Downey
728x90
반응형

없어진 기록 찾기

 

 

문제 

- 문제 링크: 프로그래머스

 

 

 

풀이

-- 코드를 입력하세요
select ao.animal_id,ao.name
from animal_outs ao
left join animal_ins ai
on ao.animal_id = ai.animal_id
where ai.animal_id is null
order by ao.animal_id;



728x90
반응형

블로그의 정보

What doing?

Roel Downey

활동하기