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

IN Clause #4456

Closed
abolinhas opened this issue Oct 15, 2015 · 3 comments
Closed

IN Clause #4456

abolinhas opened this issue Oct 15, 2015 · 3 comments

Comments

@abolinhas
Copy link

Hi,
In mysql I have the IN clause to select multiple values on same field
mysql> SELECT * FROM employee_tbl
-> WHERE daily_typing_pages IN ( 250, 220, 170 )

In Influx there are similar clause?

Best regards

@otoolep
Copy link
Contributor

otoolep commented Oct 15, 2015

#2157 -- dupe.

@otoolep otoolep closed this as completed Oct 15, 2015
@otoolep
Copy link
Contributor

otoolep commented Oct 15, 2015

We might have this in 0.9.5 depending on how development goes.

@abolinhas
Copy link
Author

@otoolep many thanks,
The regex trick for now does the job
SELECT * from mydb WHERE service =~ /aa|bb/

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