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

Queries with simple arithmetic expressions don't work #437

Closed
jvshahid opened this issue Apr 14, 2014 · 1 comment
Closed

Queries with simple arithmetic expressions don't work #437

jvshahid opened this issue Apr 14, 2014 · 1 comment
Milestone

Comments

@jvshahid
Copy link
Contributor

select (-1 * value) from series doesn't work

@jvshahid jvshahid added this to the 0.5.7 milestone Apr 14, 2014
@jvshahid jvshahid self-assigned this Apr 14, 2014
@jvshahid jvshahid added the bug label Apr 14, 2014
@bbinet
Copy link
Contributor

bbinet commented Apr 14, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants