포인트내역에서 에러
아무 아이디나 포인트내역으로 들어가면 이런 에러가 나네요
select sum(po_point) as sum_point from ( select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) order by po_id asc limit 0, 151) as derivative
select sum(po_point) as sum_point from ( select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) order by po_id asc limit 0, 151) as derivative
1064 : You have an error in your SQL syntax near 'select po_point from g4_point where (1) and ( (mb_id = 'sarah0821') ) or' at line 1
error file : /thailove/gb/taesarang_adm/point_list.php
얼마전 관리자 메뉴에서 복구/최적화를 실행시켰을때 아무 변화가 없어 창을 그냥 닫았는데
그때 문제가 된것 같습니다.
phpmyadmin 으로 들어가서 해당 테이블을 복구하면 한참 있다가 페이지를 찾을 수 없다고 나오는데...
어찌해야 할까요 ㅠㅠ
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
from g4_point
where mb_id='sarah0821'
order by po_id asc limit 0, 151";