SQL语句出错:select a.Name,a.PicPath_0,a.PicPath_2,a.PicPath_3,a.Xinghao,a.Caizhi,a.Guige,a.Yontu,b.Description,ca.Category from product as a left join product_description as b on a.ProId=b.ProId left join product_category as ca on a.CateId=ca.CateId where a.ProId= order by 1 limit 1
错误代码:#1064 - 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 1 limit 1' at line 1