postgreSQL分页

    技术2022-05-20  52

    select * from xxx limit 10 offset 0;offset 偏移量 0表示从第一条开始limit 共取几条 10表示本次查询10条


    最新回复(0)