오류좀해결좀해주세여 ㅠㅠ
본문
select * from where wr_comment = '' and wr_reply = '' order by wr_id DESC LIMIT
0, 1
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 wr_comment = '' and wr_reply = '' order by wr_id DESC LIMIT 0, 1' at line 2
error file : /도메인폴더/index.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 wr_comment = '' and wr_reply = '' order by wr_id DESC LIMIT 0, 1' at line 2
error file : /도메인폴더/index.php
답변 3
그게무슨말이죠?어떻게하나요...방법은요 ㅠ
테이블명이 빠졌네요.
select * from 테이블명 where wr_comment = '' and wr_reply = '' order by wr_id DESC LIMIT 0, 1
어떻게하나요 테이블명이빠졋다는게뭐죠???
그냥 백업해두고 삭제한다음 다시업로드한거박에없는데..
혹시 테이블이라면 게시판관리 그 테이블_01 이런테이블말입니까?
그냥 백업해두고 삭제한다음 다시업로드한거박에없는데..
혹시 테이블이라면 게시판관리 그 테이블_01 이런테이블말입니까?
답변을 작성하시기 전에 로그인 해주세요.