SQL Sprawdź, czy pole nie jest null
SELECT column(s) FROM table WHERE column is not null;
Tender Termite
SELECT column(s) FROM table WHERE column is not null;