-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Select multiple series #112
Labels
Milestone
Comments
Currently, only regex are supported. I thought there was an issue to address this, but i can't seem to find it right now. It's pretty straight forward to implement it, so I'll try to get to it some time today. For now if you want to select from multiple series please use regex instead, e.g. |
Okay thanks @jvshahid |
ghost
assigned jvshahid
Dec 10, 2013
peekeri
added a commit
to peekeri/influxdb
that referenced
this issue
May 23, 2014
Adjust parser to understand queries like 'SELECT * FROM series1, series2, ...'. It seems that selecting from multiple series was supported everywhere else, but parser just could not understand the syntax.
pauldix
pushed a commit
that referenced
this issue
May 27, 2014
jvshahid
pushed a commit
that referenced
this issue
Aug 12, 2014
Minor refactor of AddPeer/RemovePeer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Can i select multiple series ?
See output:
InfluxDB v0.4.0.rc2 (git: e25fe4997a36997d293c271f1dadf7670961b0b2)
i've missing something ?
Thanks
The text was updated successfully, but these errors were encountered: