SQL Server 2011 “DENALI” New Function - IIF

added by cecildt
9/9/2011 2:51:50 AM

126 Views

Today I’m looking at the new TSQL function IIF that is available in SQL Server 2011 ”Denali”. IIF stand for “Inline IF”. IIF is a shorthand way for writing a CASE statement in TSQL.


0 comments