I read the comparison between ISNULL
and COALESCE
on msdn.
Microsoft's explain
The part that
"Validations for ISNULL and COALESCE are also different. For example, a NULL value for ISNULL is converted to int whereas for COALESCE, you must provide a data type."
confused me. Someone could give me an example to make it more clear?
Thanks for help