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

3 lines
69 B
SQL

SELECT AVG(arr_delay)
FROM Flight_delays
WHERE arr_delay IS NOT NULL;