03/10/2011, 07:29
|
| Colaborador | | Fecha de Ingreso: agosto-2006 Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 3 meses Puntos: 774 | |
Respuesta: UNION y ORDER BY select * from(
select top * from tabla
order by campo desc ) as t1
union
select * from(
select top * from tabla2 order by campo desc) as t2
Saludos!
__________________ What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me |