Wybierz bez wartości NULL SQL

SELECT column_names
FROM table_name
WHERE column_name IS NOT NULL;
Sergiu The Man