Mysql
 sql >> Database >  >> RDS >> Mysql

Escludere i risultati delle righe che hanno un valore NULL in qualsiasi campo?

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