标签:end col procedure name creat nbsp bsp 存储 font
CREATE PROCEDURE sp_add(a int, b int,out c int) begin set c=a+ b; end; 调用过程: call sp_add (1,2,@a); select @a;
标签:end col procedure name creat nbsp bsp 存储 font
原文地址:https://www.cnblogs.com/hlhx/p/9745966.html