Sunday, June 14, 2015

Oracle How can I count only NULL values in multiple columns Oracle/PLSQL?

SELECT COUNT(*) FROM YourTable WHERE YourColumn1 IS NULL or yourcolumn2 is null


and so on
Yasser

No comments:

Post a Comment