wessamzeidan
Well-known member
Hi, I want to query a database for a string, but I need to match the string case.
For example, if I have DotNet in my table and I use the following select statement
select * from table where name=dotnet
the query should return no rows, how do I do that??
thanks
For example, if I have DotNet in my table and I use the following select statement
select * from table where name=dotnet
the query should return no rows, how do I do that??
thanks