15/03/2013, 09:52
|
| | | Fecha de Ingreso: octubre-2012 Ubicación: Medellin
Mensajes: 149
Antigüedad: 12 años, 2 meses Puntos: 2 | |
Respuesta: problema con funcion con rango de fechas mira cree una una subconsulta
where (TD.FECHA=@pfecha and TD.FECHA1=@pfecha1) and
(DATEDIFF(DAY, @pfecha,@pfecha1)) > all (select rc.Desde from GS_Recaudo where (DATEDIFF(DAY, @pfecha,@pfecha1) >= rc.desde)) and
(DATEDIFF(DAY, @pfecha,@pfecha1)) < all (select rc.Hasta from GS_Recaudo where (DATEDIFF(DAY, @pfecha,@pfecha1) >= rc.Hasta)) |