Hello Everyone,
I'm using a Query Expression to filter some data, and I can't figure out how to make them case insensitive.
To explain this better I'll give you the following example
I get a string with keywords like this "MySQL Oracle". Currently I'm verifying the string by Operation.Similar condition.
But suppose if the search string starts with smaller case and the actual entry is in upper case then the above doesn't work since it's case sensitive.
I'm trying to make them case insensitive, That way I'll find the words that are not specifically written with the upper/lower cases.
So basically I need to know how to get all the results that contain the upper or lower case from the given words.
Thank you in advance.
*This post is locked for comments
I have the same question (0)