pucklinger
Technical User
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 teradata accepts only strings as intervals?!?!?
Has someone a hint for me?
Thanks a lot!
Cheers,
Pucklinger
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 teradata accepts only strings as intervals?!?!?
Has someone a hint for me?
Thanks a lot!
Cheers,
Pucklinger