-
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
DISTINCT error with 0.9rc6 #1804
Comments
Hello, I am using command line to execute query statement.
Same error I am getting for below aggregate functions.
Thanks in advance |
mark-rushakoff
pushed a commit
that referenced
this issue
Jan 11, 2019
feat(ui/dataLoaders) Create UI for creating telegraf config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting errors when using DISTINCT in 0.9 rc6:
The SELECT COUNT(DISTINCT(token)) returns an
expected field argument in COUNT()
error whereas the SELECT DISTINCT(token) returnsfunction not found: \"DISTINCT\"
The text was updated successfully, but these errors were encountered: