Solution:
Try using GROUP BY:
GROUP BY
select id, city, state, zip from mytable group by id
Note that this will return an arbitrary address for each id if there are duplicates.
id
Demo: http://www.sqlfiddle.com/#!2/c0eba/1