 |
|
 |
 |
| 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 '&& order_type not in(16)
ORDER BY O.order_num DESC' at line 3 |
SELECT
O.order_num, O.wdate, (OP.order_price+OP.order_tprice+OP.order_tvprice+OP.order_commission) as Price FROM T1_Orders.Order as O left join T1_Orders.Order_price as OP using(order_num) WHERE O.user_num=
&& order_type not in(16)
ORDER BY O.order_num DESC |
| 주문번호 |
주문일자 |
상품명 |
합계금액 |
주문상태 |
| 주문내역이 없습니다. |
|
|