2020年2月15日

摘要: 问题描述: MYSQL采用limit进行翻页查询时,搭配order by ,在翻到第二页的时候可能会出现第一页的数据, 示例sql如下: select a,b from c where d = 'xxx' order by e desc limit 5,5 使用上述sql查询的时候,可能出现和lim 阅读全文
posted @ 2020-02-15 16:43 黑子菜园 阅读(971) 评论(0) 推荐(0)

导航