Answers for "SQL: calculate hours from two dates"

SQL
0

SQL: calculate hours from two dates

DATEDIFF(second, start_date, end_date) / 3600.0
Posted by: Guest on January-05-2021

Code answers related to "SQL: calculate hours from two dates"

Code answers related to "SQL"

Browse Popular Code Answers by Language