Skip to content
Home ยป Case statement in sql

Case statement in sql

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