Hi,
I think this will work:
SELECT CAST(TRIM(CAST(1256 AS CHAR(4))||'00') AS TIME(0) FORMAT 'HHMISS');
Output:
-----------
12:56:00
HTH
Cheers,
Eco
↧