Hi
We have a table that we use to fix names of new customers.
We take the different parts of the name and match it against this table. E.g. we transform "Von" to "von".
However, we have a problem right now. We have two values containing the same characters, but with different casing. In this case, we want "AF" to be translated into "af", but "af" should be translated into "Af"(nevermind the reason for this seemingly strange logic, but we have a good reason)
When I query the table for the value "af" I get the record with value "AF" in return, i.e. not the record that I was looking for.
Is it possible to make this query case sensitive?
/Jonas
*This post is locked for comments
I have the same question (0)