J
Jerry
I have a table of last names and there are several
duplicates. I want to count the number of different last
names appearing in the table, so that the following
Smith
Smith
Jones
Webber
Wallace
Jones
would return a count of 4.
Can you help? Thanks in advance.
duplicates. I want to count the number of different last
names appearing in the table, so that the following
Smith
Smith
Jones
Webber
Wallace
Jones
would return a count of 4.
Can you help? Thanks in advance.