15/09/2016, 22:37
|
| Colaborador | | Fecha de Ingreso: agosto-2006 Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 4 meses Puntos: 774 | |
Respuesta: Consulta en sql server
Código SQL:
Ver originalSELECT t1.* FROM tabla AS t1 LEFT JOIN (SELECT MAX(fecha) AS fecha,id FROM tabla GROUP BY id) AS t2 ON t1.id=t2.id AND t1.fecha=t2.fecha
__________________ What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me |