게시물 삭제를 하는데 오류가..
delete from where bo_table ='review_ani' and wr_id = '28'
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 'where bo_table ='review_ani' and wr_id = '28'' at line 1
error file : /bbs/delete.php
이게 무슨 말이죠..?
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 'where bo_table ='review_ani' and wr_id = '28'' at line 1
error file : /bbs/delete.php
이게 무슨 말이죠..?
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
테이블명이 빠져있어 나는 오류입니다.
delete from 테이블 where bo_table ='review_ani' and wr_id = '28'
이렇게 들어가야 합니다