Feb 18, 2009 #1 naren044 Programmer Joined May 1, 2008 Messages 7 Location IN What is difference between count(*) and count(1)
Feb 18, 2009 #2 Hans63 Programmer Joined Oct 23, 2006 Messages 109 Location NL Functionally they are identical. Depending on the implementation (the RDBMS and version) the one or the other may be a trfile quicker. Upvote 0 Downvote
Functionally they are identical. Depending on the implementation (the RDBMS and version) the one or the other may be a trfile quicker.