select * from word where customer_id=null
Powinien być
select * from word where customer_id IS NULL
Zobacz tę stronę w instrukcji:http:// dev.mysql.com/doc/refman/5.7/en/working-with-null.html
Sposobem na obejście tego obejścia w instrukcji byłoby ustawienie unikalnego indeksu dla tych kolumn, jeśli twoje przypadki użycia pozwalają na ograniczenie. http://dev.mysql.com/doc/refman /5.7/pl/create-index.html