回答編集履歴
1
1文字削除
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
SELECT DISTINCT
|
5
5
|
animal.id, staff_no, Jaopanese, English
|
6
6
|
FROM staff
|
7
|
-
LEFT JOIN
|
7
|
+
LEFT JOIN animal
|
8
8
|
ON staff.animal_id = animal.id ;
|
9
9
|
```
|
10
10
|
[MySQL select文仕様](https://dev.mysql.com/doc/refman/5.6/ja/select.html)
|