Hi,
I have to insert into a column value as format HH:MM:SS
i am getting value for this as number in seconds how can i convert this for insertion?
for example
if i am getting 3600 value..
then i have to convert it as 01:00:00
similarly..
4800 ------> 01:20:00
4850 -------> 01:20:50
Thanks.