Hi everybody,
I'm not sure if this problem has a SQL solution.
Suppose, I have a table called Parts with PartNum and Description fields. I'd like to select all records which do not contain certain words in the description field. The list of words is comma-delimited passed to SP, e.g.
Word1,Word2,Word3
Thanks in advance for your assistance.
I'm not sure if this problem has a SQL solution.
Suppose, I have a table called Parts with PartNum and Description fields. I'd like to select all records which do not contain certain words in the description field. The list of words is comma-delimited passed to SP, e.g.
Word1,Word2,Word3
Thanks in advance for your assistance.