Skip to content

Typo in chapter 3. Aggregation #5390

@jorisroling

Description

@jorisroling

What's up?

On the page https://prql-lang.org/book/tutorial/aggregation.html

from albums
filter billing_city == "Oslo"
aggregate { sum_of_orders = sum total }

it should say

from invoices
filter billing_city == "Oslo"
aggregate { sum_of_orders = sum total }

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