SQL语句出错:select a.ProId,a.CateId,a.Name_lang_1,a.PicPath_0 from product as a left join product_category as b on a.CateId=b.CateId left join product_description as ca on a.ProId=ca.ProId where a.CateId= order by a.ProId desc limit 6,6
错误代码:#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 a.ProId desc limit 6,6' at line 1SQL语句出错:select UId 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 1