Forum Moderators: coopster
Until now I've been doing two queries - the first to count the total records in the table that conform to the WHERE condition; then a second query to get the actual data records, limiting the search to x records per query. It strikes me that there's probably a way to get the total without running two queries.
Any help would be appreciated.