Tema: Procedure
Ver Mensaje Individual
  #4  
Antiguo 07-12-2007
Avatar de RolphyReyes
RolphyReyes RolphyReyes is offline
Miembro
 
Registrado: ago 2004
Ubicación: Santo Domingo
Posts: 285
Reputación: 20
RolphyReyes Va por buen camino
Cool

Saludos.

Cambie un poco tu sentencia y a esto es que me refiero

Código SQL [-]
FOR SELECT A.ALM_CODIGO, B.ALM_DESCRIPCION
FROM PLANTA_ALMACENES A
INNER JOIN ALMACENES B ON A.ALM_CODIGO = B.ALM_CODIGO
WHERE A.PLAN_CODIGO = :PLANTA
INTO :CODIGO, ESCRIPCION
DO
BEGIN
  SUSPEND;
END;

Hasta luego.
__________________
Gracias,
Rolphy Reyes
Responder Con Cita