oracle rowtype

v_customer customerinfo%rowtype;
select *
into v_customer
from customerinfo
where guid = v_loan.customerguid;

原文地址:https://www.cnblogs.com/muxueyuan/p/10635654.html