Documentation - RestApp

bloc SQL

Definition

Returns the results of "case when" clauses. The query must be in SQL language.

Options

  1. expression:

    • Def: Specify all the case when clauses.
  2. Column output:

    • Def: Specify the name of the column.

Example

case when loyer<1000 then 1 else 0 end.