S
smk23
In this statement:
"SELECT DISTINCT Address1 FROM PostalAddress"
I would also like to see a couple other fields like AddressID and City, but
want only the Address1 to be distinct. How would I write this?
TIA
"SELECT DISTINCT Address1 FROM PostalAddress"
I would also like to see a couple other fields like AddressID and City, but
want only the Address1 to be distinct. How would I write this?
TIA