Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/08/2008, 06:21
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: Utilizar DESC o ASC si no hay WHERE

SELECT * FROM `tabla` ORDER BY `id` DESC

http://dev.mysql.com/doc/refman/5.0/...imization.html ;)