Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/01/2010, 00:54
jurena
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 16 años, 7 meses
Puntos: 300
Respuesta: Distinct me toma más de un campo

Prueba esto a ver si funciona:
Código SQL:
Ver original
  1. SELECT T1.id_usuario, T1.money, T1.usuario_fecha
  2.  FROM (SELECT id_usuario, money, usuario_fecha FROM tutabla
  3.  ORDER BY usuario_fecha DESC)T1 GROUP BY T1.id_usuario ORDER BY T1.id_usuario