Hi,
I'm relatively new to using MySQL and am having some difficulties formulating queries. I'm trying to retrieve exact matches from my table, but the search seems to be case insensitive, and returns all entries containing the same letters, regardless of the words being upper-case or lower-case. Is there a way to correct this?
I'm relatively new to using MySQL and am having some difficulties formulating queries. I'm trying to retrieve exact matches from my table, but the search seems to be case insensitive, and returns all entries containing the same letters, regardless of the words being upper-case or lower-case. Is there a way to correct this?