Hi i need group the records based on the time stmap
datetime column
2011-11-23 06:08:50.000
2011-11-23 06:08:50.000
2011-11-23 06:21:06.000
2011-11-23 06:21:06.000
2011-11-23 06:21:06.000
2011-11-23 07:00:18.000
right now it displays like this when i do group by function
2011-11-23 06:08:50.000 2
2011-11-23 06:21:06.000 3
2011-11-23 07:00:18.000 1
ar per my result i need to get
2011-11-23 6