We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dcf64 commit aba83e2Copy full SHA for aba83e2
없어진 기록 찾기/solution.sql
@@ -0,0 +1,5 @@
1
+SELECT outs.animal_id, outs.name
2
+from animal_outs as outs
3
+left outer join animal_ins as ins
4
+on ins.animal_id = outs.animal_id
5
+where ins.animal_id is null;
0 commit comments