select * from word where customer_id=null
Nên
select * from word where customer_id IS NULL
Xem trang web này trong sách hướng dẫn: http:// dev.mysql.com/doc/refman/5.7/en/working-with-null.html
Một cách để tránh giải pháp thay thế trong câu lệnh của bạn là đặt một chỉ mục duy nhất trên các cột đó, nếu các cơ sở dữ liệu của bạn cho phép hạn chế. http://dev.mysql.com/doc/refman /5.7/en/create-index.html