B
Boon
Hi,
I am creating a query that I want it to count a distinct value.
See this table below:
Name Item
a mm
b nn
a mm
a kk
a nn
b mm
b kk
I want to create a total query that group by Name and Count Item. But, I
don't want it to count the duplicate record.
Basically I want the result to be
a 3
b 3
Thanks a lot.
Boon
I am creating a query that I want it to count a distinct value.
See this table below:
Name Item
a mm
b nn
a mm
a kk
a nn
b mm
b kk
I want to create a total query that group by Name and Count Item. But, I
don't want it to count the duplicate record.
Basically I want the result to be
a 3
b 3
Thanks a lot.
Boon