Fix var name, closes #1513
This commit is contained in:
parent
c5965e9f1a
commit
00e750f6e4
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue