Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrízio de Royes Mello <[email protected]>
Signed-off-by: Iain Cox <[email protected]>
  • Loading branch information
billy-the-fish and fabriziomello authored Dec 5, 2024
1 parent 775164f commit 6294a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For example, calculate the average daily temperature in a table named `weather_c
```sql
SELECT time_bucket('1 day', time) AS bucket,
avg(temperature) AS avg_temp
FROM weather_conditions
FROM conditions
GROUP BY bucket
ORDER BY bucket ASC;
```
Expand Down

0 comments on commit 6294a07

Please sign in to comment.