MSSQLTips.com - your daily source for SQL Server tips
I want to know wich statement is better
COALESCE = ANSI syntax
In addition, COALESCE can take multiple inputs whereas ISNULL only takes 2 inputs.
For more details
http://sqlblog.com/blogs/adam_machanic/archive/2006/07/12/performance-isnull-vs-coalesce.aspx