SQL verifique si el campo no es nulo
SELECT column(s) FROM table WHERE column is not null;
Tender Termite
SELECT column(s) FROM table WHERE column is not null;