Mysql存储过程

2017-11-24  本文已影响0人  HZS_7746

声明变量

SET @rwidth=0.41,@rheight=1.5;

声明好以后可以直接调用变量进行运算

存储过程创建前 先判断是否已经存在

drop procedure if exists ccgc;

create procedure ccgc()

上一篇 下一篇

猜你喜欢

热点阅读