Is there any function in SQL Server to convert a number into Time format?
Posted
by Shashi Bhushan
on Stack Overflow
See other posts from Stack Overflow
or by Shashi Bhushan
Published on 2010-06-18T08:38:49Z
Indexed on
2010/06/18
8:43 UTC
Read the original article
Hit count: 262
I am getting a whole number for the duration of product. For example : 62, 103, 184, 4543. I want to convert it in time format. Let say , in case of 62, it would format like '00:01:02'. I am looking for a function which can resolve my problem. Is there any function in SQL Server which convert a number into time format?
© Stack Overflow or respective owner