标签:current 格式 size strong dex limit mys mysq page
格式:
LIMIT index, size // index:从哪一行(第几条)开始查,size:多少条
分页:
LIMIT (currentPage-1)*pageSize, pageSize // currentPage:页码,pageSize:每页条数
标签:current 格式 size strong dex limit mys mysq page
原文地址:https://www.cnblogs.com/huanggy/p/9493419.html