Skip to content

Commit 247f682

Browse files
author
611192767
committed
correct errors
1 parent 938bd89 commit 247f682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nycflights13_SQL Introduction_Solutions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FROM
5757
that is the visibility in kms */
5858
SELECT
5959
a.*,
60-
visib * 0.621371 AS visib_km
60+
visib * 1.60934 AS visib_km
6161
FROM
6262
schema_name.weather a;
6363

@@ -328,7 +328,7 @@ SELECT
328328
FROM
329329
schema_name.planes
330330
ORDER BY
331-
year desc
331+
year asc
332332
FETCH FIRST 15 ROWS WITH TIES;
333333

334334

0 commit comments

Comments
 (0)