select authorname
from library
where author like '%ROSARIO RAMIREZ CORTE%'
or author like '%Ann Rice%'
Since the Excel sheet I have doesn't provide the exact match of author name, that's why I want to use like and I was able to find the 'missing' record. But I have like 300 authors in my list, anyway to combine the and and in together? Instead keep doing and author like forever?
For example here is my sample result, it is correct but I have to keep adding author like in each new line:
AuthorName
ROSARIO RAMIREZ CORTEZ
Anne Rice