I have an issue where I need to pass multiple criteria for a single field in SQL. For example if I was looking for all book titles which contained Ruby, PHP, or ASP.Net. Also, I only want to return a limited number of rows for pagination. I know I could do dynamic sql, but I am sure there is probably a better way. Any help is appreciated.
Share
If you put your searchwords in a table it is not so hard.
Result: