Inverse of COALESCE

Posted by ercan on Stack Overflow See other posts from Stack Overflow or by ercan
Published on 2010-04-21T13:34:49Z Indexed on 2010/04/21 13:43 UTC
Read the original article Hit count: 366

Filed under:
|
|

Hi all,

is there a function in SQL Server 2005 that returns NULL if any of the arguments (of any type) is NULL, which would saves me from writing IF a IS NULL OR b IS NULL OR c IS NULL ....

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server