Jump to content

Case Sensitivity


dedyandy

Recommended Posts

I have looked from some sources including the official site of MySQL of how to compare string with case sensitivity, but I failed to understand it.Could anyone help me of how to convert the following non-case sensitivity expression to the expression that includes case sensitivity:SELECT Count(*) FROM member WHERE username='uname' AND password='pw'.I use MySQL version 4.0.Thanks,Andy.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...