Answer the question
In order to leave comments, you need to log in
Question about collations in MySQL?
We have a table with the following structure:
It contains the following data:
We make an experimental query:
SELECT<br/>
LOWER(`md5_upper_bin`),<br/>
LOWER(`md5_upper_ge_ci`),<br/>
UPPER(`md5_lower_bin`),<br/>
UPPER(`md5_lower_ge_ci`) <br/>
FROM `qwew`
Answer the question
In order to leave comments, you need to log in
Based on the MySQL mana, you can say that _bin also affects the string case conversion functions, so the presence of _bin in the name of the comparison should neutralize the effect of the LOWER and UPPER functions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question