mysql 没有 top n 语法,mysql 用 limit 来实现相关功能,而且功能更加强大。

语法:

​SELECT * FROM table LIMIT [offset,] rows | rows OFFSET offset​