Join Slack
Powered by
QQ: how do we do a SQL count distinct <@U071FMQUR7...
# daft-dev
j
jay
09/27/2024, 5:07 PM
QQ: how do we do a SQL count distinct
@Cory Grinstead
? Is it possible yet?
c
Cory Grinstead
09/27/2024, 5:28 PM
not yet. Feel free to open up an issue! BTW, sql count distinct is traditionally:
Copy code
SELECT count(DISTINCT source) FROM df;
j
jay
09/27/2024, 5:30 PM
Oh yes I tried that but it didn’t work, so I attempted to see if maybe we had a custom count_distinct function defined. Lemme open an issue!
2
Views
Open in Slack
Previous
Next