I would like to estimate the number of rows a query will return without executing it.
I was thinking about statistics and execution plan. Did anyone do something like this?
I would like to estimate the number of rows a query will return without executing it.
I was thinking about statistics and execution plan. Did anyone do something like this?