I have searched many of the threads and cant find the answer I need. I have two datetime columns:
BOOKDATIME BOOKDATIME_OFF
2013-06-01 12:14:00.000 2013-06-03 07:09:00.000
What I want to do is to just show the total hour and minute difference between the two dates.
When I use:
CONVERT(TIME, BOOKDATIME_OFF - BOOKDATIME)
AS HourMinuteSecond
I get the error message: Cannot call methods on time