What could i do to get something like:
Those are my table(they more field, but for the purpose we wont need them)Code:memberName count ------------------------- Ace 12 Normal 34 Member 02
I want to get the memberName and how many player have this memberName.Code:Table: -tblMemberType -memberTypeId -memberName -tblPlayer -playerMemberTypeId
I can't get the Count function to work.
It's always the same error :....as part of an aggregate function.




Reply With Quote