count(*)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TK

    count(*)

    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
  • Mark C. Stock

    #2
    Re: count(*)


    "TK" <absolutely_no_ spam@rogers.com wrote in message
    news:ow4gc.1616 75$SQE.28760@ne ws01.bloor.is.n et.cable.rogers .com...
    | 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

    google COUNT(*) -- there's been many postings on this

    ;-{ mcs


    Comment

    Working...