[thelist] SQL query to create aging buckets

Joel D Canfield joel at spinhead.com
Wed Dec 17 16:11:09 CST 2003


> SELECT datediff(d,duedate,getdate()), Count(*) AS TheCount

How does 'Count(*)' know what it's counting? What is the wildcard
matching? BOL isn't offering an answer
 
It works; I just wanna know why
 
joel


More information about the thelist mailing list