参数
用法如下
create procedure 存储过程名称([ in/out/inout 参数名 参数类型])begin .........end;
create procedure 存储过程名称([ in/out/inout 参数名 参数类型])
begin
.........
end;