SQL存储过程中的if判断语句:
1 if ... then... ; 2 elseif ... then ... ; 3 elseif ... then ... ; 4 else ... ; 5 end if;