Can anybody think of an example where "select count(*) from..." is
different from "select count(columnA) from...." in terms of performance?
For example, what if columnA is indexed?
Thanks in advance.
-tk
different from "select count(columnA) from...." in terms of performance?
For example, what if columnA is indexed?
Thanks in advance.
-tk
Comment