빌더오류 정보
빌더오류본문
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\APM_Setup\htdocs\SIMSIM\lib\fixing.lib.php on line 42
select * from js_board_new where bn_datetime >= '2010-01-24 22:33:56' and wr_id = wr_parent and bo_table in ()
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 ')' at line 1
error file : /simsim/adm/boardgroup_list.php
라고 뜨는데 해결방법좀 알려주세요
아직 초보 라서...
댓글 전체
select * from js_board_new where bn_datetime >= '2010-01-24 22:33:56' and wr_id = wr_parent and bo_table in ()
위 쿼리문에서 ( ) 괄호안에 값이 안들어가서 에러난것 같네요
위 쿼리문에서 ( ) 괄호안에 값이 안들어가서 에러난것 같네요