Viewing 3 posts - 1 through 4 (of 4 total)
A quick follow up on this question.
The solution you provided works fine for daily session data, but want if a customer wants to know the times of day...
May 25, 2005 at 7:35 am
Thanks for your help Remi.
New results using DATEADD(HH, DATEDIFF(HH, 0, TIME_STAMP), 0):
SessionTime Hour
40 4/19/2004 8:00:00 AM
20 4/19/2004 9:00:00 AM
0.57 4/19/2004 10:00:00 AM
I can manipulate the Hour results in the code section of the...
May 24, 2005 at 1:07 pm
Thanks for the quick response Remi, but something is still not working right.
These are the results I got with my query.
SessionTime TIME_STAMP
20 4/19/2004 8:21:00 AM
20 4/19/2004 8:42:00 AM
20 4/19/2004 9:02:00 AM
0.57 ...
May 24, 2005 at 12:49 pm
Viewing 3 posts - 1 through 4 (of 4 total)