[EMAIL PROTECTED] schrieb:
>
> Hi all,
>
> I have a quick question.
>
> If I am getting a small range of results using the mysql LIMIT 
> function then how can I tell how many results there would have been
> if I didn't use LIMIT with the same query?
>
> Thanks.
>
use a "select count(*)" without the limit.

Reply via email to