I am constructing a query to pull out unique addresses but the keyword 'DISTINCT' is not working the way I thought it would. I am using the following script at the beginning of the query:
SELECT DISTINCT (NAME) (ADDRESS) (CITY) (STATE) (ZIP)
Is there another keyword besides 'DISTINCT' that will work?