MySQL编程

MySql 1.SQL编程(了解) (1) if-elseif-else语句 #语法: if 条件 then //代码1 elseif 条件 then //代码2 else //代码3 end if; create procedure pro_8(in grade int) begin if grade=1 then select '金牌会员' as '等级';
相关文章
相关标签/搜索