Hello Team,
I have a requirement in which I want look for the case insensitive string and then match it with a particular string to get the result.
Eg. in a column I have a string "pattern to be follow" so I want to search for "pattern to" with wildcard and then get the complete string "pattern to be follow" and then compare it with other field with case insensitive search i.e. it should get all strings with "pattern to be follow" irrespective of the case.
Thanks in advance