mysql 前几条记录语句之(limit)

  • A+
所属分类:数据库

mysql 的 top 方法 limit,用来获取数据库查询的前几天记录。

 

MySql没有提供top方法。可是他有limit方法提供同样的功能。

SELECT * FROM `tfidf` order by weight desc limit 1, 10830

SELECT * FROM `tfidf` order by weight desc limit 10

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: