输入banner图图片脚本导航/分类

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

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