I have a simple search string being passed from a form that can contain multiple words separated by spaces.... "word1 word2 word3".
Can anyone give me ideas on the simplest way to create a stored procedure that will select any records in a table (table1) where a specific column (column1) contains any of those words?
Thanks!
Can anyone give me ideas on the simplest way to create a stored procedure that will select any records in a table (table1) where a specific column (column1) contains any of those words?
Thanks!