bcbilgin commented on issue #12493: URL: https://github.com/apache/superset/issues/12493#issuecomment-759423219
Yes, of course I need to count distinct values and I think you are right, but the reason I use `COUNT_DISTINCT(x)` instead of `COUNT(DISTINCT x)` is the following:  The default selection is `COUNT_DISTINCT` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
