Saturday 30 November 2013

NULL Operations in SQL Server

 

 
Using Coalesce()

When we have multi-value attribute with single or more null values in a Table, the Coalesce() function is very useful.

 

image

 

 

 

ISNULL

Replaces NULL with the specified replacement value.

 

image

 

 

 

image

 

 

 

Blogger Labels: NULL,Operations,Server,Coalesce,Table,ISNULL,Replaces

No comments:

Post a Comment