이 에러 해석 좀 부탁드리겠습니다.
SELECT * FROM `g4_write_` AS t1 LEFT JOIN `g4_board_file` AS t2 ON(t1.wr_id=t2.wr_id) WHERE t1.wr_id = '0' AND bo_table=''
1146 : Table 'sblandss.g4_write_' doesn't exist
error file : /adm/shop_order.php
============
후...참...어렵네요
1146 : Table 'sblandss.g4_write_' doesn't exist
error file : /adm/shop_order.php
============
후...참...어렵네요
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
g4_write <= A테이블에 존재한다면
A.g4_write
g4_board_file<= B테이블에 존재한다면
B.g4_board_file
게시판 이름이 선언되지 않았습니다.
g4_write_게시판이름 .... 으로 쿼리가 들어갈수 있도록 코드를 다시 살펴보세요..