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
Use Below:
SELECT name FROM table WHERE name = BINARY UPPER(column_name);