Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/02/2005, 09:28
Avatar de jrp01
jrp01
 
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 20 años
Puntos: 0
select isnull(num1,0)+isnull(num2,0)+isnull(num3,0) from mi_tabla

ISNULL(valor,valor por el cual se va a reemplazar)