Hi Ray,
check the actual datatypes.
This looks like a table with data from the AccessLog and within that table the LogonTime is a FLOAT:
CAST(LogonDate AS TIMESTAMP(0)) + CAST(TRIM(LogonTime) AS INTERVAL HOUR TO SECOND(2))
Dieter
↧