Possible Duplicate:
Does COUNT(*) always return a result?
Is it possible in any scenario for the Count() function to return NULL?
Is it possible in any scenario for the Count() function to return NULL? |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
No, it will only return a zero (or non-zero) result. SqlServer will not return null. |
|||||
|
|
According to the MSDN page, no. That said:
|
|||
|
|