From: mh on
Maxim Demenko <mdemenko(a)gmail.com> wrote:
> 4 select ename into l_ename from emp where empno = abc.empno;

Ah, this is just what I was hoping for.
Thank you so much Maxim!

--
Mark Harrison
Pixar Animation Studios
From: Maxim Demenko on
mh(a)pixar.com schrieb:
> Maxim Demenko <mdemenko(a)gmail.com> wrote:
>> 4 select ename into l_ename from emp where empno = abc.empno;
>
> Ah, this is just what I was hoping for.
> Thank you so much Maxim!
>

You are welcome, just for the record, all that can be found at usual
place ;-)

http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/fundamentals.htm#sthref431

Best regards

Maxim