cursor syntax question

From: kes <abirch_at_gmail.com>
Date: Thu, 1 Oct 2009 06:42:29 -0700 (PDT)
Message-ID: <e6740163-647a-416a-8c4b-39071052ada3_at_o41g2000yqb.googlegroups.com>



I've looked in Oracle PL/SQL 3rd Edition and searched psoug.org but I was unable to determine:
CURSOR foo (vbar varchar2) IS
select *
from table_t t
where t.bar = vbar;

I get that vBar is a varchar2, but what does it mean exactly? If you could send me a pointer to any documentation this would be greatly appreciated. This code was found in Oracle 10.2

Best,
Alex



http://www.lifesabirch.org Received on Thu Oct 01 2009 - 08:42:29 CDT

Original text of this message