P
PZ
I am attempting to create a query (without any luck) that
returns unique values where the same name in lower case,
mixed case or upper case is considered unique.
Also names may be mixed case with case of individual
characters different for the same name in different
records.
For Example:
CORPoration
Corporation
corporation
CORPORATION
corpoRatioN
All of these need to returned as unique values.
Any help would be appreciated.
Thanks
returns unique values where the same name in lower case,
mixed case or upper case is considered unique.
Also names may be mixed case with case of individual
characters different for the same name in different
records.
For Example:
CORPoration
Corporation
corporation
CORPORATION
corpoRatioN
All of these need to returned as unique values.
Any help would be appreciated.
Thanks