I have about 20 columns and want to filter all of them together having only 'not null' values. Is there a way to do this in sql since I don't want to mention all column names in my query.
Something like this -
Select * from table_name where columns IS NOT NULL
Aucun commentaire :
Enregistrer un commentaire