MySQL儲存過程的步驟

一、建立:create procedure name (out/in/inout  varible_name varible_type) 二、調用:call name(@t);select @t; 三、建立:create function name(varible_name varible_type) returns return_type 四、調用: select name(20); 五、查看過
相關文章
相關標籤/搜索