miteshpanchal2006
New member
- Local time
- Today, 18:23
- Joined
- Apr 2, 2010
- Messages
- 6
hello,
I want the datepart result in hh:mm:ss (excluding date) Please see below example
Person Project Done
a 04/01/2010 04:45:00
b 03/29/2010 04:55:00
c 02/28/2010 05:05:00
d 02/25/2010 05:31:00
I want to result > 5:30:00
I'd used below query but only hour option available. Please help me in getting the result in HH:MM:SS
datepart (hh, projectdone) > 5 whre as i want to result which is > 5:30
Please help me in getting combined HH:mm.
I want the datepart result in hh:mm:ss (excluding date) Please see below example
Person Project Done
a 04/01/2010 04:45:00
b 03/29/2010 04:55:00
c 02/28/2010 05:05:00
d 02/25/2010 05:31:00
I want to result > 5:30:00
I'd used below query but only hour option available. Please help me in getting the result in HH:MM:SS
datepart (hh, projectdone) > 5 whre as i want to result which is > 5:30
Please help me in getting combined HH:mm.