prova
SELECT * FROM `table` where fk_id=10020 and data IS NOT NULL
ripeti <column> IS NOT NULL
per ogni colonna di cui hai bisogno
prova
SELECT * FROM `table` where fk_id=10020 and data IS NOT NULL
ripeti <column> IS NOT NULL
per ogni colonna di cui hai bisogno