Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert from numberic seconds to HH:MM:SS

913578Jan 13 2015 — edited Jan 13 2015

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.

This post has been answered by michaelrozar17 on Jan 13 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2015
Added on Jan 13 2015
7 comments
1,994 views