Orange, California Zip Codes: 92602,92676,92705,92782,92806,92807,92856,92857,92859,92862,92865,92866,92867,92868,92869
select cat from directory where is_archived=0 and site_url != '' and (city='orange' OR city='orange') and (state='CA' OR state='California')
select cat from directory where is_archived=0 and site_url != '' and (city='orange' OR city='orange') and (state='CA' OR state='California')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('orange', city) OR city='all' ) and (state='CA' OR state='California' OR state='all')