-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Milestone
Description
Attempting to-do a
SELECT
COUNT(DISTINCT column_name),
another_column,
another_column
...
Is this currently possible @go-jet ? I saw SELECT(table.Table.ColumnName)).DISTINCT() But that wouldn't work in this scenario.