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

Multiple where conditions not working as expected #976

Closed
abh opened this issue Sep 28, 2014 · 3 comments
Closed

Multiple where conditions not working as expected #976

abh opened this issue Sep 28, 2014 · 3 comments

Comments

@abh
Copy link

abh commented Sep 28, 2014

This works and gives the expected results:

select count(value),percentile(value,20) as p20 from series where value < 500000

However, this returns immediately with no results:

select count(value),percentile(value,20) as p20 from series where value < 500000 and value > 0

@abh
Copy link
Author

abh commented Sep 30, 2014

aye caramba; it looks like this maybe is a bug / weirdness with https://github.com/Dieterbe/influx-cli seeing the > as a redirect.

@abh abh closed this as completed Sep 30, 2014
@Dieterbe
Copy link
Contributor

sorry :P Dieterbe/influx-cli#7

@abh
Copy link
Author

abh commented Sep 30, 2014

Thanks Dieter. :-)

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