We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
<
optional grouping exprs>
The text was updated successfully, but these errors were encountered:
jonatas
No branches or pull requests
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
missing opening
<
in front ofoptional grouping exprs>
The text was updated successfully, but these errors were encountered: