Skip to content

13-CaseWhen

Query case when basic
1. Using in data columns and scalar functions within SELECT statements
2. Using in data columns within WHERE conditions
3. Using in data columns within GROUP BY statements
4. Using in data columns within STATE WINDOW
5. Using in aggregate functions while including the IS NULL operator