Uppercase and lowercase functions?
So I have a field, and the values can be:
xyz, XYZ, Xyz, XYz, etc, and so on.
Is there a way I can do something like:
(UPPER(field) matches "XYZ"), so that I dont have to try and match all combinations?
-
Operators to convert a string to upper or lower case has been delivered with the June 14, 2014 release. More information on these operators can be found here.
Please sign in to leave a comment.
Comments
4 comments