Ver Mensaje Individual
  #6  
Antiguo 18-12-2008
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
Smile

Saludos.

Estuve buscando en el Language Reference de Interbase 6, no encontré esta función, al parecer tendrás que realizarlo desde un Stored Procedure.

Código SQL [-]
  SELECT SUM(CampoFloat) FROM Tabla WHERE CAMPO = 1 INTO :VARIABLE;

IF (VARIABLE IS NULL) THEN
  :VARIABLE = 0;
__________________
Gracias,
Rolphy Reyes
Responder Con Cita