消息MySQL Query Error
SQLselect p.* from w_carserie_group_purchase p,w_carserie c where p.isshelve=1 and p.serieid=c.id and c.isdelete=0 and p.isdelete=0 and c.brandid= order by p.showorder
错误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 p.showorder' at line 1
代码1064