mrclay.org
Using BINARY in a MySQL IN Expression
With the default collations in MySQL (e.g. utf8_general_ci), strings will be matched case-insensitively: WHERE col IN (‘IT’, ‘Ruby’) will match “it” and “r…