I am doing a query that needs to search if the work software is in the string...the only problem is that it maybe upper or lower case so i was thinking of doing this
and (cd.name LIKE '%software%' or cd.name LIKE '%Software%' )
but i feel like there is another way if anyone knows