Warwick, Rhode Island Zip Codes: 02818,02886,02887,02888,02889,02893
select cat from directory where is_archived=0 and site_url != '' and (city='warwick' OR city='warwick') and (state='RI' OR state='Rhode Island')
select cat from directory where is_archived=0 and site_url != '' and (city='warwick' OR city='warwick') and (state='RI' OR state='Rhode Island')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('warwick', city) OR city='all' ) and (state='RI' OR state='Rhode Island' OR state='all')