IIF
Description
Returns one of two values, depending on whether the Boolean expression evaluates to true or false in SQL Server.(IIF in Transact-SQL).
Sample Source Pattern
Syntax
Examples
Code:
IN -> SqlServer_01.sql
Result:
Last updated