모바일 업데이트에서 에러가 나와요?
본문
모바일에서 업데이트를 하면 에러 메시지가 나와요.
update g4_write_gujik set wr_31 = '', wr_32 = '', wr_33 = 'mobile' area2 = '101013' where wr_id = '23'
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 'area2 = '101013' where wr_id = '23'' at line 5
error file : /m/bbs/write_update.php
어떤 에러인가요?
답변 2
wr_33 과 area2 사이에 쉼표가 빠졌네요~
wr_33 = 'mobile' area2 = '101013' 사이에 콤마로 분기해주세요.
변경전 : wr_33 = 'mobile' area2 = '101013'
변경후 : wr_33 = 'mobile' , area2 = '101013'
답변을 작성하시기 전에 로그인 해주세요.