Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/10/2011, 07:29
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 17 años, 8 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