질문드립니다. 전체 게시물 검색에대해서 정보
질문드립니다. 전체 게시물 검색에대해서
본문
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
위에 문자는 '네이버' 라고 검색을 치면 저런 글이 뜹니다. 왜그런가요
댓글 전체
select ws_name from where ws_name = '네이버' and ws_level = '1' order by ws_heart desc
-->
select ws_name from (이부분에 테이블이 없네요) ...where
해당 쿼리문을 점검해 보심이.....
-->
select ws_name from (이부분에 테이블이 없네요) ...where
해당 쿼리문을 점검해 보심이.....
으휴 답이 안나오네요^^ 어째던 감사합니다. ㅠ.ㅠ