I have got a problem handling some records which have a couple of columns (A, B, C) with Null value representing with the ? sign. Also, those records have another column (D) which is totally empty. I want to exclude those records with empty D column but don't know what criteria to put in to WHERE. Given that space (WHERE D = ' ' or '') does not work