I am doing a limit by select query but want to also know the actual number of results there would be if it wastn't limited. So bascially, i want say the 20 links between 20 and 40 but also want to know there are 93 links that satisfy the condition. Can i do this or do i need to do a seperate count query as well?
it did, i went for the count option, i think it will be more efficient here, also read that the count query will be cached by the database so will not use up much resources to get it.
Bookmarks