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

[Typo] SQL statement in API > Continuous aggregates #664

Open
solugebefola opened this issue Feb 22, 2021 · 0 comments
Open

[Typo] SQL statement in API > Continuous aggregates #664

solugebefola opened this issue Feb 22, 2021 · 0 comments
Assignees
Labels
2.0 bug Something isn't working

Comments

@solugebefola
Copy link
Contributor

Add the appropriate label(s) -->

Describe the bug
Typo in a SQL code block

Location
https://docs.timescale.com/latest/api#continuous_aggregate-create_view

Screenshots

SELECT <grouping_exprs>, <aggregate_functions>
    FROM <hypertable>
[WHERE ... ]
GROUP BY time_bucket( <const_value>, <partition_col_of_hypertable> ),
         [ optional grouping exprs>]
[HAVING ...]

missing opening < in front of optional grouping exprs>

@solugebefola solugebefola added bug Something isn't working 2.0 labels Feb 22, 2021
@jonatas jonatas self-assigned this Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants