JackBowden
IS-IT--Management
consider this query:<br><br>select * from table limit 10<br><br>is there any way of finding out how many rows it would have returned if i hadn't put the limit there? or would i have to do another query without the limit to find out?