Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/03/2011, 22:31
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Duda ordenamiento DESC y luego ASC

Código SQL:
Ver original
  1. SELECT * FROM ( SELECT id FROM prueba ORDER BY id DESC LIMIT 5 ) ORDER BY id ASC