I want to know how can I match if any value is not null in sqlite database. I am trying with column_name IS NOT NULL
but it is not giving me correct result. Actually somewhere it is NULL
and somewhere it is (null)
in the table. I think it will check for NULL
not for (null)
. How can I get the result which is not (null)
?
Please Have a look on the picture
Aucun commentaire:
Enregistrer un commentaire