How do I select count() and LIMIT?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-03-08T09:50:41Z
Indexed on
2010/03/08
9:51 UTC
Read the original article
Hit count: 132
SELECT * FROM ...LIMIT 5, 10
But what if I want the total rows? I don't want to make another query without the limit.
© Stack Overflow or respective owner