Skip to content
Home ยป case statement in sql server

case statement in sql server

SQL CASE STATEMENT

The CASE statement has the functionality of an IF-THEN-ELSE . It goes through conditions and returns a value when the first condition is met . So, once a condition is true, it will stop reading and return the result.

 1,732 total views,  1 views today