SQL语句出错:select * from product_category where CateId= 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 1SQL语句出错:select a.Name,a.AccTime,b.Description,ca.Category,a.BriefDescription,a.PicPath_0,a.SeoTitle,a.SeoKeywords,a.SeoDescription 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