I Have a sender field. In that fields contain some set of rows like..
sender
----
Rubin
RUBIN
But i can select rubin. query:
select * from request where sender='rubin' 
This query output is:
Rubin
RUBIN
I need output is, query returns null value:
returns null value
 
     
     
     
     
     
    