San Luis Obispo, California Zip Codes: 93401,93403,93405,93406,93407,93410
select cat from directory where is_archived=0 and site_url != '' and (city='san luis obispo' OR city='san_luis_obispo') and (state='CA' OR state='California')
select cat from directory where is_archived=0 and site_url != '' and (city='san luis obispo' OR city='san_luis_obispo') and (state='CA' OR state='California')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('san_luis_obispo', city) OR city='all' ) and (state='CA' OR state='California' OR state='all')