I initially thought this is trivial. Then thought \'binary\' might do it. I am unsure at this point.
Name ---- John MARY Kin TED
I would like t
Try this:
SELECT Name FROM table WHERE Name COLLATE latin1_general_cs LIKE UPPER(Name) ;