Skip to content

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

@khungCU

Description

@khungCU

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions