|
|
|
|
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 |
SELECT T.type_name From T1_User.User_company as UC left join T1_User.Company as C using(com_num)left join T1_User.Company_type as T using(type_num) WHERE UC.user_num= |
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 'AND order_type=4' at line 1 |
SELECT count(*) From T1_Orders.Order WHERE user_num= AND order_type=4 |
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 |
SELECT count(*) From T1_Estimate.Estimate WHERE user_num= |
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 |
SELECT sum(OP.order_price+OP.order_tprice+OP.order_tvprice+OP.order_commission) From T1_Orders.Order as O, T1_Orders.Order_price as OP WHERE O.order_num=OP.order_num and O.order_type in (4) AND O.user_num= |
0원 |
|
|
|
|
|
|
|
|
|
|
|
|
|
번호 |
상품명 |
제목 |
등록일 |
답변여부 |
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 'AND GQ.qna_num=GQ.qna_pnum ORDER BY GQ.qna_pnum DESC, GQ.qna_num ASC' at line 4 |
SELECT GQ.qna_num, GQ.qna_subject, GQ.qna_comment, GQ.wdate, GI.goods_name,
(SELECT G.goods_pk FROM T1_Goods.Goods as G WHERE G.goods_num=GQ.goods_num ORDER BY G.st_index ASC limit 1) as goods_pk FROM
T1_Goods.Goods_QnA as GQ
left join T1_Goods.Goods_info as GI using(goods_num) WHERE GQ.user_num= AND GQ.qna_num=GQ.qna_pnum ORDER BY GQ.qna_pnum DESC, GQ.qna_num ASC |
등록된 상품문의가 없습니다. |
|