select top 10 id from table1 ;ERROR 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 '10 id from table1' at line 1select  id from table1 ;能查 加上top就不行了