Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8062213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:35:32+00:00 2026-06-05T10:35:32+00:00

At the moment I run two MySQL queries to handle my pagination… Query 1

  • 0

At the moment I run two MySQL queries to handle my pagination…

Query 1 selects all rows from a table so I know how many pages I need to list.

Query 2 selects the rows for the current page (e.g: rows 0 to 19 (LIMIT 0, 19) for page 1, rows 20-39 for page two etc etc).

It seems like a waste of two duplicate queries with the only difference being the LIMIT part.

What would be a better way to do this?

Should I use PHP to filter the results after one query has been run?

Edit: Should I run one query and use something like array_slice() to only list the rows I want?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T10:35:34+00:00Added an answer on June 5, 2026 at 10:35 am

    The best & fastest way is to use 2 MYSQL queries for pagination (as you are already using), to avoid over headache you must simplify the query used to find out the total number of rows by selecting only one column (say the primary key) that’s enough.
    SELECT * FROM sampletable WHERE condition1>1 AND condition2>2
    for paginating such a query you may use these two queries
    SELECT * FROM sampletable WHERE condition1>1 AND condition2>2 LIMIT 0,20
    SELECT id FROM sampletable WHERE condition1>1 AND condition2>2

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im having trouble combining two MySQL statements into one, at the moment im having
Hi I'm trying to run two PHP functions from one program which are executed
I am developing some application at the moment which can run in two environments
I just added adds to my app, but the moment i run it i
I am making a Windows Phone App at the moment and I run into
We try to configure maven for run with sonar. At the moment sonar and
At the moment I'm using all sorts of if statements and substrings in order
I'm using git for a personal project at the moment and have run into
I have a logo div parted by two span s, at the moment I
For the last two years I have been using Java and NetBeans, where all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.