Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/07/2006, 18:49
Avatar de Worp9975
Worp9975
 
Fecha de Ingreso: mayo-2006
Ubicación: LV-426
Mensajes: 203
Antigüedad: 18 años
Puntos: 1
Intenta lo siguiente :

Código:
DECLARE
   cursor c_demo1 is 
      select * from emp
    ; 

BEGIN
  
    for rcdemo in c_demo1 loop

        -- sentencias 

    end loop ;

END  ;
Así puedes recorrer el cursor y operar con él .

Salu2
__________________
Time is the fire in which we burn