conpare to null value in mysql stack overflow code example
Example: conpare to null value in mysql stack overflow
IS NULL; // can use this for comparing a value to null
IS NOT NULL;
IS NULL; // can use this for comparing a value to null
IS NOT NULL;