2020年1月7日

关于SQL分页计算公式

摘要: 1、mysql获取部分行(limit)语法 代码: -- 从start开始,获取count条数据 -- start索引从0开始 select * from 表名 limit start,count -- 查询前数据库从0开始的count条记录 select * from 表名 limit count 阅读全文

posted @ 2020-01-07 10:54 kl_1998 阅读(2294) 评论(0) 推荐(0)

导航