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=upper(name);