Case (if/else)
CASE
WHEN @condition THEN @result
[ ... ]
[ ELSE @else_result ]
ENDReturn type
Parameters
Name
Type
Allowed values
Required
Placeholder (in UI)
Last updated
Was this helpful?
CASE
WHEN @condition THEN @result
[ ... ]
[ ELSE @else_result ]
ENDLast updated
Was this helpful?
Was this helpful?