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.