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

time OR does not work #7070

Closed
gnauq3mg6m64rs2n opened this issue Jul 26, 2016 · 1 comment
Closed

time OR does not work #7070

gnauq3mg6m64rs2n opened this issue Jul 26, 2016 · 1 comment

Comments

@gnauq3mg6m64rs2n
Copy link

Query
SELECT _count FROM table where time = 1469404800000000000 or time = 1468800000000000000 or time = 1468195200000000000;
Return empty result

Log
[query] 2016/07/27 00:21:41 SELECT _count FROM table WHERE time = 1469404800000000000 OR time = 1468800000000000000 OR time = 1468195200000000000
[httpd] 2016/07/27 00:21:41 127.0.0.1 - - [27/Jul/2016:00:21:41 +0300] POST /query?chunked=true&db=rusiem&epoch=ns&q=SELECT+_count+FROM+table+where+time+%3D+1469404800000000000+or+time+%3D+1468800000000000000+or+time+%3D+1468195200000000000%3B HTTP/1.1 200 46 - InfluxDBShell/0.13.0 f2208ead-5376-11e6-9967-000000000000 916.175µs

Query
SELECT _count FROM table where time = 1469404800000000000;
Return result
1469404800000000000 4
1469404800000000000 3
1469404800000000000 1

Help please!!

Version influxdb_0.13.0_amd64.deb

@jsternberg
Copy link
Contributor

Duplicate of #3290.

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