Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Convert number to hh24:mi:ss

Received Response
91
Views
4
Comments

Summary

Convert number to hh24:mi:ss

Content

I have a field which has seconds in number format. I have to convert it into hh24:mi:ss. For example select to_char(to_date(10000,'SSSSS'),'hh24:mi:ss') num_time from dual; gives time as 02:46:40. Now i want to do this rtf template. I tried <?xdofx:to_char(to_date(10000,'sssss'),'hh24:mi:ss')?>, but this is not working. Can anyone has idea how to convert.

Thanks,
Rakesh.

Answers