Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 4205869

Browse files
Chandra TechPassionatemikedeck
authored andcommitted
updated sql based on the Results shown in #7.
1 parent 2d58321 commit 4205869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataProcessing/5_DataArchiving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Create an Amazon Athena table to query the raw data in place on Amazon S3 using
262262
1. Copy and paste the following SQL query:
263263

264264
```sql
265-
SELECT Name, SUM(Distance)
265+
SELECT Name, SUM(Distance) TotalDistance
266266
FROM wildrydes
267267
GROUP BY Name
268268
```

0 commit comments

Comments
 (0)