mysql 没有top的用法。取而代之的是limit语法为:limit m,n省略n就可以得到你要的效果了。
select * from table1 order by column desc limit 10