Error Line #141
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4
SELECT n.name_id, n.name, t.name AS type
FROM name AS n
LEFT JOIN sport_type AS t ON t.type_id = n.type
WHERE n.name_id IN ()