i need to get total amount of rows when using LIMIT with my query to avoid twice querying. is it possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use
use the statement right after your SELECT query, which needs the
Note that this puts additional strain on the database, because it has to find out the size of the full result set every time. Use |
||||
|
|