I have a DATEDIFF result (in minutes) that i have divided by 1440 to count as days, I wish to add 'Hours' to the end of it but cant figure out how to turn the result into a string first.
DATEDIFF(mi,z.entryDate, GETDATE()) / 1440
this returns 11, but i want it to read 11 Hours.
Ive tried to CAST AS VARCHAR but think my syntax is wrong. Please Help :)