COUNT DISTINCT isn't supported
To get around it: SELECT COUNT(1) FROM (SELECT DISTINCT column FROM table)
Labels: Access
COUNT DISTINCT isn't supported
To get around it: SELECT COUNT(1) FROM (SELECT DISTINCT column FROM table)
Labels: Access |
|||