create or replace procedure salarycompall as
beginSALARYCOMP需要数据类型的EMPLOYEES.EMPLOYEE_ID%type,但是我得到错误错误(7,9):PL/SQL:忽略语句和错误(7,9):PLS-00306:调用'SALARYCOMP‘中的错误</
因为我是新手,所以在oracle DB中执行存储过程时会遇到一些问题。下面是SP,它提供record作为输出参数,其类型为%rowtype,而l_serno作为输入参数,其类型为Number。Create OR Replace procedure get_product(l_serno in product.serno%type,record out product%rowtype) GridVie