How do include "IS NULL" in my WHERE clause along with a list of characters.
So for example, the following fields should be include in the WHERE clause
NULL
Arts
Science
Currently im doing a UNION ALL, firstly getting all the NULLs and then all those with a normal character like Arts and Science