How Can I Make SQL Case Sensitive String Comparison on MySQL?
In this post, we will discuss How to make SQL case sensitive string comparisons on MySQL by default we know MySQL is case insensitive but we can always perform the case sensitive comparisons between two strings by using a collection that is case sensitive. Case Sensitivity Case Sensitivity refers to the value of the upper … Read more