Building pagination in PHP

后端 未结 0 850
执念已碎
执念已碎 2021-01-07 15:39

There are more than 10m records in a table. Assume I display 15 items per page, this query is the simplest one (offset = 1,500,000)

select x,y,z 
from table_n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题