select * from word where customer_id=null
Mělo by být
select * from word where customer_id IS NULL
Podívejte se na tuto stránku v příručce:http:// dev.mysql.com/doc/refman/5.7/en/working-with-null.html
Způsob, jak se vyhnout řešení ve vašem prohlášení, by bylo nastavit jedinečný index pro tyto sloupce, pokud vaše případy použití umožňují omezení. http://dev.mysql.com/doc/refman /5.7/cs/create-index.html