Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/04/2010, 15:44
Avatar de Beakdan
Beakdan
 
Fecha de Ingreso: diciembre-2001
Ubicación: Monterrey, Nuevo León
Mensajes: 433
Antigüedad: 23 años
Puntos: 7
Respuesta: calculo con subconsulta

Código:
(select sum(cantidad) / 3 from sta20 where sta20.cod_articu=sta11.cod_articu and sta20.cod_deposi='02' and tipo_mov='S' and fecha_mov >= getdate()-90) / sta19.cant_stock as ConsumoEntreSaldo
Como comentó Flaviovich, si hay ceros en sta19.cant_stock ocurrirá un error.