Hi All,
I am having problems trying to convert a timestamp in milleseconds to date and time.
This is what I have been trying but it doen't like the format :-
WHEN JST_JOB_STREAMS.JST_START_OFFSET <> -1 THEN to_char (to_date(mod(round(JST_JOB_STREAMS.JST_START_OFFSE T/1000),86400), 'SSSSS' ), 'HH24:MI

S')
Thanks in advance
Steve