SQL오류 요것 좀 해결 부탁드립니다. 정보
SQL오류 요것 좀 해결 부탁드립니다.본문
아래와같은 에러가 뜹니다.
회원가입
select * from g4_board where gr_id = '' and bo_list_level <= '1' and bo_table not in order by bo_table
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 'order by bo_table' at line 1
error file : /bbs/register.php
전체순위
select * from g4_board where gr_id = '' and bo_list_level <= '1' and bo_table not in order by bo_table
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 'order by bo_table' at line 1
error file : /bbs/point_rank.php
출근기록
select * from g4_board where gr_id = '' and bo_list_level <= '1' and bo_table not in order by bo_table
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 'order by bo_table' at line 1
error file : /attendance.php
무슨문제가 생겼을가요?