How do you compare strings so that the comparison is true only if the cases of each of the strings are equal as well. For example:

Select * from a_table where attribute="k"

…will return a row with an attribute of ‘K’. I do not want this behaviour.

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *