게시물 삭제를 하는데 오류가.. 정보
게시물 삭제를 하는데 오류가..
본문
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
이게 무슨 말이죠..?
댓글 전체

delete from where bo_table ='review_ani' and wr_id = '28'
테이블명이 빠져있어 나는 오류입니다.
delete from 테이블 where bo_table ='review_ani' and wr_id = '28'
이렇게 들어가야 합니다
테이블명이 빠져있어 나는 오류입니다.
delete from 테이블 where bo_table ='review_ani' and wr_id = '28'
이렇게 들어가야 합니다

오호~ 내가 왓숑을 참고해서 새로만든것에 문제가...