Posts Tagged ‘GROUP BY’

Group by Date without Time in MSSQL

Posted: September 17, 2009 in Programming
Tags: ,

Have you ever tried counting your data per day. Lets say you have a customer service Database and you want to query all the days and how many customer service request did you get per day. If you already know the GROUP BY function then you already have an idea on how to do it. [...]