当前位置:Gxlcms > 数据库问题 > mysql创建和调用out参数的存储过程

mysql创建和调用out参数的存储过程

时间:2021-07-01 10:21:17 帮助过:7人阅读

PROCEDURE sp_add(a int, b int,out c int) begin set c=a+ b; end; 调用过程: call sp_add (1,2,@a); select @a;

 

mysql创建和调用out参数的存储过程

标签:end   col   procedure   name   creat   nbsp   bsp   存储   font   

人气教程排行