SQL überprüfen, ob das Feld nicht null ist
SELECT column(s) FROM table WHERE column is not null;
Tender Termite
SELECT column(s) FROM table WHERE column is not null;