How could i make an output parameter that will count the number of rows that return a null value.

I have rows and one of the columns vendor_id can return a null value. I need to count how many have a null value in the query i perform as an output parameter?


Help!!!