messageMySQL Query Error
sqlselect sum(goods_number) from `www_dashangwujie`.`ecs_order_goods` AS g ,`www_dashangwujie`.`ecs_order_info` AS o WHERE o.pay_status = 2 AND o.order_status >= 1 and o.order_id=g.order_id and g.goods_id =
errorYou 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
errno1064