Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/07/2009, 17:03
07JoseLuis
 
Fecha de Ingreso: junio-2008
Mensajes: 44
Antigüedad: 15 años, 10 meses
Puntos: 2
Respuesta: como muetsro resultados por fecha actual

pudes ocupar el CURRENT_DATE que te recupera la fecha del sistema

es decir

select * from tbltratos where fecha >= CURRENT_DATE

y ya si quieres ordenar tus registros por el id_empleado le agregas el order by desendiente DESC o asendiente ASC

select * from tbltratos where fecha >= CURRENT_DATE order by id_empleado DESC

espero te sirva
salu2