数据库发生错误:SQL查询语句出错:select a.product_name,a.product_id,a.product_thumb,a.product_img,a.uri,a.product_oprice,a.product_price,a.sku,b.uri as curi,a.discount from rp_recom_info c left join rp_product a on c.info_id=a.product_id join rp_category b on a.cate_id=b.category_id where a.product_num='1' and c.gid= order by c.order_col
MySQL 返回错误信息: 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 by c.order_col' at line 1
脚本终止