I have the folowwing SQL query
SELECT CustomerID FROM sales WHERE `Date` <= \'2012-01-01\' GROUP BY CustomerID
The query is executed over 11
I had the same problem, I changed the key fields to the same Collation and that fix the problem. Fields to join the tables had different Collate value.