当前位置:   article > 正文

mysql 存储过程之if语句_mysql存储函数怎么使用if语句

mysql存储函数怎么使用if语句

if statement then   (过程化的语句)

elseif statement then (过程化的语句)    //elseif 中间没有空格

else  (过程化的语句)

end if;



IF sta=-1 THEN
             sql语句(一系列);
    ELSEIF sta=-2 THEN
             sql语句(一系列);
    ELSE
         sql语句(一系列);
    END IF;       

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/1020166
推荐阅读
相关标签
  

闽ICP备14008679号