条件处理 IF…THEN,
ELSIF…THEN,
ELSE
ENDIF;
--------------------------------------------------------
IF…[BEGIN…END]
ELSE
[BEGIN…END]
ELSE IF
CASE expression
无条件结束 RETURN------------ RETURN
无条件结束当前程序块后面的语句 EXIT BREAK
if condition1 thenresult1;elsif condition2 thenresult2;elsif .......else resultend;end if;
应该when```then格式的··