Pilih tanpa NULL VALUES SQL

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