이것만 여쭤봐도 될까요? 선배님들..?? > 자유게시판

자유게시판

이것만 여쭤봐도 될까요? 선배님들..?? 정보

이것만 여쭤봐도 될까요? 선배님들..??

본문

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 : /AJS/index.php


메인에 갑자기 이게 떴습니다.


왜이러죠??

추천
0
  • 복사

댓글 4개

index.php 파일에서

원래 select * from 테이블명 where 형태로 쿼리를 작성해야되는데
select * from 으로 시작하는 부분에 '테이블명' 부분이 빠져서 나는 오류네요~
$sql = " select * from g4_write_게시판이름 $tmp_write_table
where wr_comment = '' and wr_reply = ''
order by wr_id DESC LIMIT 0, 1 ";

입니다
© SIRSOFT
현재 페이지 제일 처음으로