例子一:最简单的存储过程,等同于select
执行方法:exec Test;
例子二:复杂一点,增加参数,自定义变量,游标,临时表,库函数等。
三。删除存储过程:drop procedure Test;