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
select (-1 * value) from series doesn't work
select (-1 * value) from series
The text was updated successfully, but these errors were encountered:
The exact query I did was:
select (-1 * value) from series limit 100;
(because it would have fetch way too much data)
This query fails with the following syntax error:
ERROR: Error at -2119014655:9. syntax error, unexpected INT_VALUE, expecting DURATION
And the query:
select (2 * value) from series limit 100;
returns no result.
Sorry, something went wrong.
6cb9413
fix #437. Note the previous fix in 6cb9413 broke other functionality
876de6b
Merge pull request #437 from influxdata/tjh/compacted-data-sys-table
69b9fb0
feat: add compacted_data sys table to compact mode
No branches or pull requests
select (-1 * value) from series
doesn't workThe text was updated successfully, but these errors were encountered: