Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/04/2009, 05:20
jurena
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 16 años, 8 meses
Puntos: 300
Respuesta: problema al unir dos tablas

En MySQL con algo así:

(
SELECT nombre, fecha
FROM `tabla1`
)
UNION ALL (

SELECT nombre, fecha
FROM tabla2
)
ORDER BY fecha DESC
LIMIT 10

Pero no creo que te funcione. Escribe en nuestro foro SQLserver y verás qué pronto te lo solucionan.
http://www.forosdelweb.com/f87/