Best way to find the count of rows affected by a query
Hi All,
Is there a way to find the row count without actually executing the SQL statement? The count need not be accurate but it should be within acceptable limits. I know we can use 'explain plan' for this. But the value in plan_table.cardinality is way out of the actual expected count.
We would appreciate any pointers and/or suggestions.
Thanks
Edited by: user779842 on May 4, 2011 2:21 AM