oracle rowtype

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

posted on 2019-04-01 12:28  雪原日暮  阅读(196)  评论(0编辑  收藏  举报