Mysql存储过程
2017-11-24 本文已影响0人
HZS_7746
声明变量
SET @rwidth=0.41,@rheight=1.5;
声明好以后可以直接调用变量进行运算
存储过程创建前 先判断是否已经存在
drop procedure if exists ccgc;
create procedure ccgc()
声明变量
SET @rwidth=0.41,@rheight=1.5;
声明好以后可以直接调用变量进行运算
存储过程创建前 先判断是否已经存在
drop procedure if exists ccgc;
create procedure ccgc()