질문드립니다. 전체 게시물 검색에대해서
select ws_name from where ws_name = '네이버' and ws_level = '1' order by ws_heart desc
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 ws_name = '네이버' and ws_level = '1' order by ws_heart d
error file : /g4/bbs/search.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 ws_name = '네이버' and ws_level = '1' order by ws_heart d
error file : /g4/bbs/search.php
위에 문자는 '네이버' 라고 검색을 치면 저런 글이 뜹니다. 왜그런가요
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
-->
select ws_name from (이부분에 테이블이 없네요) ...where
해당 쿼리문을 점검해 보심이.....