Hello,
I am currently working on a stored procedure that shows the time of day as an integer value: 456, which means 4:56.
I was wondering if there is a way in SQL that I can convert this int in to a datetime value.
So instead of the time appearing as 456, it actually shows up as 4:56.
Can anybody advise on this at all?
Many thanks,
Dan