Posted by vishal on 11/30/05 09:33
I am using a select statement like
SELECT ENAME FROM EMPTABLE WHERE ENAME ="vishal"
I am getting the result as 1 row affected.
Ename
----------
Vishal
The Problem is the query I have passed is "vishal"(lower case) and
getting the output as "Vishal"(V is Upper Case)
How do I solve this problem if I want to go with case sensitive
retrival of data.
I have gone thru some string functions available but could not find
one.
Any help would be appreciated..
regards
vishal.
[Back to original message]
|