标签:字段 rom 开始 mys mysql分页 order by 查询 off mysql
语法:
select 查询列表
from 表
join type join 表
on 连接条件
where 筛选条件
group by 分组字段
having 分组后的筛选
order by 排序的字段
limit offset,size
offset 要显示的起始索引(从0开始)
size 条数
offset=(page-1)*size
标签:字段 rom 开始 mys mysql分页 order by 查询 off mysql
原文地址:https://www.cnblogs.com/LFTW/p/13659200.html