
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
선생님이랑 똑같이 한것 같은데 저는 왜 실행이 안될까요?
보고 계신

화면 전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.
작성한 코드 및 에러 메세지
select pu.user_id,
pu.point,
(case when point > (select avg(point) from point_users) then '잘하고 있어요!'
else '조금만 더 화이팅!') as msg
from point_users pu
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 ') as msg
from point_users pu' at line 4
