corsoros

by adee on March 9th, 2010
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
declare
cursor cfeltet(m feltet.ar%type)
is select * from feltet where ar<m;
 
begin 
 
for f_row in cfeltet(100) loop
DBMS_OUTPUT.PUT_LINE('nev: '||f_row.megnevezes);
 
end loop;

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS