J
John
I have a table that give me time in clicks and I have a SQL statement that
converts it to normal time. For some reason it is outputting only the Hour
and not the min. This is what its outputting 8:
Here is the SQL statement. Any help would be great. Thanks!!
cast(cast(Truncate("- Timecard Basic Detail"."Employee Report To Work Actual
Time",0) as int) as char) || ':' || left(right(cast( ((("- Timecard Basic
Detail"."Employee Report To Work Actual Time" - Truncate("- Timecard Basic
Detail"."Employee Report To Work Actual Time",0))*60)+100) as char),5),2)
converts it to normal time. For some reason it is outputting only the Hour
and not the min. This is what its outputting 8:
Here is the SQL statement. Any help would be great. Thanks!!
cast(cast(Truncate("- Timecard Basic Detail"."Employee Report To Work Actual
Time",0) as int) as char) || ':' || left(right(cast( ((("- Timecard Basic
Detail"."Employee Report To Work Actual Time" - Truncate("- Timecard Basic
Detail"."Employee Report To Work Actual Time",0))*60)+100) as char),5),2)