Hi All,
Yup im a newbie to SQL and I've read on cast and convert before asking this question. But basically I have a column (int datatype) that is actually showing a time value. (i.e. 25755 - actually means 2:57:55 in hours:minutes:seconds).
Now what I want to do is to do a select on this column to change it to the following format -- hh:mm:ss.
Tips please? Thanks in advance.
Yup im a newbie to SQL and I've read on cast and convert before asking this question. But basically I have a column (int datatype) that is actually showing a time value. (i.e. 25755 - actually means 2:57:55 in hours:minutes:seconds).
Now what I want to do is to do a select on this column to change it to the following format -- hh:mm:ss.
Tips please? Thanks in advance.