Skip to content
Advertisement

Count NULL Values from multiple columns with SQL

I have 3 columns let say A, B, and C. I need to count the NULL values in each column.

For example:

Should output:

I’ve tried count, sum, sub-queries but nothing has worked for me yet. Any input would be appreciated!

Advertisement

Answer

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement