我的sql语句是:select top 10 * from tabA order by info_id;然后就 ERROR 1064(42000):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 '10 * from tabA order by info_id' at line 1
刚刚接触MySql,英语也不好,希望各位高手指点哈,到底是哪里出错呢?select * from tabA order by info_id limit 10 mysql不支持TOP 可以再教我怎么降序么?
SQL code: --降序 select * from tabA order by info_id desc limit 10;
我以前安装了一次,后来卸载了,现在再安装的时候,提示错误:Error 1305.Error reading from file C:DOCUME~1\LOCALS~1\Temp\mysql_server.msi.Verify that the file exists and that you can access it. 可是我找 ......