MySQL case sensitive query [duplicate]

This has been asked on this site before but I couldn’t find a sufficient answer. If I’m doing a query like:

Select Seller from Table where Location = 'San Jose'

How can I make it return only Sellers with Location ‘San Jose’ instead of ‘san jose’ or something else?

3 Answers
3

Leave a Comment