BAD_Analytics/SQL files/2.sql
2019-05-13 17:47:18 +02:00

3 lines
72 B
SQL

SELECT MAX(arr_delay)/60
FROM Flight_delays
WHERE arr_delay IS NOT NULL;