【项目】项目2

SQL存储过程中的if判断语句:

1 if ... then... ;
2     elseif ... then ... ;
3     elseif ... then ... ;
4     else ... ;
5 end if;
原文地址:https://www.cnblogs.com/datachen/p/13621764.html