select * from word where customer_id=null
する必要があります
select * from word where customer_id IS NULL
マニュアルの次のサイトを参照してください: http:// dev.mysql.com/doc/refman/5.7/en/working-with-null.html
ステートメントの回避策を回避する方法は、ユースケースで制約が許可されている場合、それらの列に一意のインデックスを設定することです。 http://dev.mysql.com/doc/refman /5.7/en/create-index.html