
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요. 아래처럼 했는데 안됩니다.
left join point_users pu
on u.users_id = pu.point_user_id
Syntax Error로 나오는데 제가 뭘 잘못 작성했는지 잘 모르겠네요.
봐주시고 가르침을 부탁 드립니다.
작성한 코드 및 에러 메세지
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
작성한 코드
left join point_users pu on
u.users_id = pu.point_user_id
에러메세지
SQL Error [1064] [42000]: 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 'left join point_users pu on
u.users_id = pu.point_user_id' at line 1
Error position:
