I\'m running MySQL 5.1.50 and have a table that looks like this:
organizations | CREATE TABLE `organizations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `na
Of course, this will work:
SELECT * FROM table WHERE name LIKE BINARY 'namé';