Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/03/2006, 07:50
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses
Puntos: 11
5 que ya pasaron:

select * from tabla where fecha < '$fecha' order by fecha desc limit 5;

5 futuros:

select * from tabla where fecha > '$fecha' order by fecha limit 5;