v_customer customerinfo%rowtype;
select *
into v_customer
from customerinfo
where guid = v_loan.customerguid;
转载于:https://www.cnblogs.com/muxueyuan/p/10635654.html
v_customer customerinfo%rowtype;
select *
into v_customer
from customerinfo
where guid = v_loan.customerguid;
转载于:https://www.cnblogs.com/muxueyuan/p/10635654.html
>