mysql 前几条记录语句之(limit)
2026-01-17 14:39:13 作者:用户投稿
MySql没有提供top方法。可是他有limit方法提供同样的功能。
SELECT * FROM `tfidf` order by weight desc limit 1, 10830
SELECT * FROM `tfidf` order by weight desc limit 10
SELECT * FROM `tfidf` order by weight desc limit 1, 10830
SELECT * FROM `tfidf` order by weight desc limit 10
联络方式:
4008905355
邮箱:9196886@qq.com
Q Q:9196886
微信二维码
