SQL语句出错:select * from info_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
Warning: mysql_query(): Unable to save result set in /www/wwwroot/ledguhon.com/inc/fun/mysql.php on line 35
SQL语句出错:select a.InfoId,a.Title,a.PicPath,a.CateId,b.Category,c.Contents,a.AccTime from info as a left join info_category as b on a.CateId=b.CateId left join info_contents as c on a.InfoId=c.InfoId where Language=0 and b.UId="0,," order by InfoId desc limit 5812,4
错误代码:#1030 - Got error 28 from storage engine