Convert number to timestamp
Hi,
I have a number data type column in a table that stores timestamps in format hhmiss
For example
95338 - convert to 09:53:38
101816 - convert to 10:18:16
123456 - convert to 12:34:56
83417 - convert t0 08:34:17
Can anyone recommend the best way to convert the number format to timestamp(hh:mi:ss). The problem seems to lie with numbers < 10 as they are missing a zero e.g. 95338
Thanks