S
shawncraig
I have a Table with 4 fields in it. Lets say (FName LName MName Age) If
I do a SELECT DISTINCT on FName LName MName I only get those 3 values
returned to me. Is there a way to see all 4 values but NOT include AGE
in the distinction?
I do a SELECT DISTINCT on FName LName MName I only get those 3 values
returned to me. Is there a way to see all 4 values but NOT include AGE
in the distinction?