Snap on eejp600 error 3
Jun 17, 2008 · According to your first point coalesce returns the first non-null expression among its arguments. but when i execute the below query then it not showing the first non-null expression. SELECT COALESCE (null, 2 , 10 , 5 , getdate ())