Hello!
Please does anybody know how to get TIME datatype from a value, which is stored as NUMERIC in DB2 table ?
I have got a table with a field ABC type NUMERIC(6) storing values like this: 122519, 93343, 184701, ... and I need to get values in DATE format (12:25:19, 09:33:43, 18:47:01, ...), so what to store into a SQL command?
SELECT WhatFunction(ABC) as NEWTIMEVAL
Thanks a lot !!!
lubka
Please does anybody know how to get TIME datatype from a value, which is stored as NUMERIC in DB2 table ?
I have got a table with a field ABC type NUMERIC(6) storing values like this: 122519, 93343, 184701, ... and I need to get values in DATE format (12:25:19, 09:33:43, 18:47:01, ...), so what to store into a SQL command?
SELECT WhatFunction(ABC) as NEWTIMEVAL
Thanks a lot !!!
lubka