pasan
04-18-2002, 12:53 PM
how can i count the distinct no of records in access.
say we have values id (1,2,3,2,4,1 )
i wanna get 4 as my answer
but if i write
SELECT COUNT(DISTINCT id) from ...
is giving me an error in access, but works in others..
how can i solve this problem..
say we have values id (1,2,3,2,4,1 )
i wanna get 4 as my answer
but if i write
SELECT COUNT(DISTINCT id) from ...
is giving me an error in access, but works in others..
how can i solve this problem..