Tema: Ayuda FECHAS
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2009, 09:03
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años, 1 mes
Puntos: 38
Respuesta: Ayuda FECHAS

Código:
SELECT MAX(FECHA_CITA)  FECHA_CITA
FROM   TBL_CITAS
WHERE CLIENTE_ID = @CLIENTE_ID  AND
          FECHA_CITA >= @Fecha_Inicial AND
          FECHA_CITA <= @Fecha_Final
Saludos!
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.