Home >Database >Mysql Tutorial >mysql limit 用法_MySQL

mysql limit 用法_MySQL

WBOY
WBOYOriginal
2016-06-01 13:10:42907browse

LIMIT n 等价于 LIMIT 0,n。select * from table LIMIT 5,10; #返回第6-15行数据

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn