-
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
Update SELECT * to return tag values #1997
Conversation
why not include them in a |
@dashesy they are included in the tags section if you add |
@pauldix yes that seems to have the least surprise (it threw me off too when I first tried it), it helps to know |
I think it could be very useful to to optionally include tags in the results, rather than just in the tags sections. An example of where this would be used is I have a database of events that happened from multiple machines. I store data like Also, FYI... When I tried to run a query like |
+1 |
3b1de5e
to
ea5d8e8
Compare
+1 lgtm |
…t-wildcard Update SELECT * to return tag values
Users are getting confused by the fact that
SELECT *
doesn't include tag values. We should include tag keys in the columns and the tag values in the values array.