If I repeat the * wildcard more than once in my comparison string, LIKE always returns FALSE. Even simple comparisons like:
ABCABCABC LIKE *A*A* returns FALSE B-(
I can't find anything in the documentation to say this is standard behaviour and *str*str*str* type matches are essential in what we do.
Any clues, any alternatives?
ABCABCABC LIKE *A*A* returns FALSE B-(
I can't find anything in the documentation to say this is standard behaviour and *str*str*str* type matches are essential in what we do.
Any clues, any alternatives?