[プログラマー]紛失した記録を探す
1.問題リンク
2、「」を参照してください。
https://yoo-hyeok.tistory.com/98
2、「」を参照してください。
1.トラブルシューティング
https://yoo-hyeok.tistory.com/98
2.ソースコード
select O.animal_id, O.name from animal_outs as O
left join animal_ins as I on I.animal_id = O.animal_id where I.animal_id is null
order by O.animal_id
Reference
この問題について([プログラマー]紛失した記録を探す), 我々は、より多くの情報をここで見つけました https://velog.io/@jms8732/프로그래머스-없어진-기록-찾기テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol