Thanks but I've already RTFM 🙁.
As it happens my first instinct was to try "WHERE [Column] IS NULL", but it returned no rows either, so I started to experiement with other options.
I am starting to think that maybe the data isn't really NULL, but somehow it's being stored as something else (i.e. 0, "", etc), though those also return no results.
It's strange because if I execute the IS statement directly through MySQL then it returns the rows, but not via PHP. 😕
Or do you have some magical manual that explains all this?
Thanks for responding anyway,
Yours,
James