Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

THEN

Syntax:

    IF expression THEN statement [ELSE statement]
    CASE WHEN expression THEN expression ELSE expression END

See also: IF, CASE

Clone this wiki locally