M
meyerryang
I have Oracle tables in the background, which are usually case sensitive. I
want to query out of them and get a list regardless of case sensitivity, but
am having difficulty. So if I wanted to find Bob, I would get.
Bob Smith
But I wouldn't get all of them:
Bob Smith
bob smith
boB SmitH
I have: is like "*Bob*" in the criteria. What can I do to get it to work???
want to query out of them and get a list regardless of case sensitivity, but
am having difficulty. So if I wanted to find Bob, I would get.
Bob Smith
But I wouldn't get all of them:
Bob Smith
bob smith
boB SmitH
I have: is like "*Bob*" in the criteria. What can I do to get it to work???