bloc SQL
Definition
Returns the results of "case when" clauses. The query must be in SQL language.
Options
-
expression:
- Def: Specify all the case when clauses.
-
Column output:
- Def: Specify the name of the column.
Example
case when loyer<1000 then 1 else 0 end.