Hi,
I'm pretty new to SQL but need to do the following in a query:
Select Disctinct(address)
FROM myTable
The problem is the "address" is made up of five table columns address1, address2, city, and zipcode. How would I incorporate this into the query?
Thanks,
Richard






Bookmarks