Hi,
I got a problem:
I have a column c1 with seconds stored as integer data type.
I want to display time format.
e.g. 61 second should be displayed as 00:01:01.
I tried severel things, but nothing helped.
select time '00:00:00' + interval column1 second from talbe1
doesn't work, because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.