I have the following structure with a MySQL table:
+----------------+----------------+----------+ | zipcode | city | state | +-----------
SELECT CONCAT (zipcode, ' - ', city, ', ', state) AS COMBINED FROM TABLE