|
|
|
|
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원 |
|
|
|
|
|
|
|
|
|
|
|
|
|