I'm about to lose it with this stupid mysql statement. Can anyone please tell me what it wrong with this statement please?
SELECT * FROM contacts
INNER JOIN ind_categories ON contacts.vendor_id = ind_categories.vendor_id AND ind_categories.category_id = "retail"
AND WHERE zipcode in ( " 93044,93041,93043 " )