ここで何が問題なのですか?
SELECT u.id
FROM user u
LEFT JOIN group g ON g.id=u.group_id
次のエラーが返されます
#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 'group g ON g.id=u.group_id LIMIT 0, 30' at line 3