SQL语句出错:select Category from download_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.DId,a.Time,a.CateId from download as a left join download_category as b on a.CateId=b.CateId where a.CateId in() order by a.DId desc limit 0,12
错误代码:#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.DId desc limit 0,12' at line 1SQL语句出错:select * from download_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