Oracle 存储过程的建立

存储过程建立语法:web create or replace procedure 存储过程名(param1 in type,param2 out type)as 变量 1 类型(值范围); 变量 2 类型(值范围); Begin Select count(*) into 变量 1 from 表 A where 列名=param1; If (判断条件) then Select 列名 into 变量
相关文章
相关标签/搜索