showing blanks instead of null in mysql code example
Example: not equal to blank in mysql
SELECT name
from products p
WHERE backorder IS NULL OR backorder <> 2
SELECT name
from products p
WHERE backorder IS NULL OR backorder <> 2