Skip to main content

case_when_no_else

Function case_when_no_else 

Source
pub fn case_when_no_else(
    condition: Expression,
    then_value: Expression,
) -> Expression
Expand description

Creates a CASE WHEN expression with one WHEN/THEN pair and no ELSE value.