IF
Statement
IF
implements a basic conditional construct. If the search_condition
evaluates to true, the corresponding SQL statement is executed. If no search_condition
matches, the statement in the ELSE
clause is executed.
Please note that there is also an IF()
function. Leia "Funções de Fluxo de Controle".