COUNT Distinct
Hi,
Is it possible to use COUNT Distinct in the query builder as part of the aggregate functions?
For example, build a query such as:
SELECT COUNT(DISTINCT Col1) AS Count, col2 FROM TableName
Is it possible to use COUNT Distinct in the query builder as part of the aggregate functions?
For example, build a query such as:
SELECT COUNT(DISTINCT Col1) AS Count, col2 FROM TableName
Using ASP.NET Edition 2.8.3.683