Community

MS SQL Server iff function vs ‘case when’

In SQL server, people sometimes use iff function, which is also an Excel function, to assign different values based on a condition. For example, the following query returns 1 if the amt is less than 50, and 0 otherwise.

Read More - Register for Free Membership