Answers for "hours between dates sql"

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 "hours between dates sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language