SQL Server: 2012 Introduce New Logical Function – IIF

SQL Server 2012 introduced a new logical function called “IIF” and here, I am going to share basic syntax and use of this function. The primary purpose of this function is to check the Boolean condition. If the condition is true, it returns a true value. Otherwise, it returns the false value. Using this function, … Continue reading SQL Server: 2012 Introduce New Logical Function – IIF