QQ: how do we do a SQL count distinct <@U071FMQUR7...
# daft-dev
j
QQ: how do we do a SQL count distinct @Cory Grinstead? Is it possible yet?
c
not yet. Feel free to open up an issue! BTW, sql count distinct is traditionally:
Copy code
SELECT count(DISTINCT source)
FROM df;
j
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!