I need to do a query that finds entries matching a string, and one position in the string varies.
If you use the % option, it matches zero or more characters. I need the % to vary only on exactly one character in the string.
I hope I am explaining myself well enough.
If you use the % option, it matches zero or more characters. I need the % to vary only on exactly one character in the string.
I hope I am explaining myself well enough.