Los Altos, California Zip Codes: 94022,94023,94024
select cat from directory where is_archived=0 and site_url != '' and (city='los altos' OR city='los_altos') and (state='CA' OR state='California')
select cat from directory where is_archived=0 and site_url != '' and (city='los altos' OR city='los_altos') and (state='CA' OR state='California')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('los_altos', city) OR city='all' ) and (state='CA' OR state='California' OR state='all')