Fix var name, closes #1513
This commit is contained in:
@@ -548,7 +548,7 @@ The easiest way to see the full set of what's currently available is to visit th
|
|||||||
FROM flights
|
FROM flights
|
||||||
WHERE dep_delay < arr_delay
|
WHERE dep_delay < arr_delay
|
||||||
|
|
||||||
SELECT *, distance / (airtime / 60) AS speed
|
SELECT *, distance / (air_time / 60) AS speed
|
||||||
FROM flights
|
FROM flights
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user