Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alias name should be correct in aggregations-and-analytics/04_over/04_over.md #67

Open
khungCU opened this issue May 29, 2024 · 0 comments

Comments

@khungCU
Copy link

khungCU commented May 29, 2024

The query might give the wrong alias name in the recipe
aggregations-and-analytics/04_over/04_over.md

Instead of
MAX(temperature) OVER last_minute AS min_temperature_minute,
MIN(temperature) OVER last_minute AS max_temperature_minute,

I think it should be
MAX(temperature) OVER last_minute AS max_temperature_minute,
MIN(temperature) OVER last_minute AS min_temperature_minute,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant