P
Patty
Hi,
I am trying to make my like statement over-ride my not
like statement.
E.g. I am trying to eliminate the word, "cat", "bear" from
my resultset. But I would like to see "dog" and if "cat"
and "bear" happen to be in the same description field then
I do not want to eliminate them.
(like "*dog*") and not like "*cat*" and not like "*bear*" -
does not give me those descriptions where there is even a
single mention of cat or bear even though it has dog.
Pl. help.
Thanks !!
I am trying to make my like statement over-ride my not
like statement.
E.g. I am trying to eliminate the word, "cat", "bear" from
my resultset. But I would like to see "dog" and if "cat"
and "bear" happen to be in the same description field then
I do not want to eliminate them.
(like "*dog*") and not like "*cat*" and not like "*bear*" -
does not give me those descriptions where there is even a
single mention of cat or bear even though it has dog.
Pl. help.
Thanks !!