Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2005, 12:49
Avatar de haron
haron
 
Fecha de Ingreso: febrero-2004
Ubicación: Cádiz (refinitivo)
Mensajes: 632
Antigüedad: 20 años, 10 meses
Puntos: 3
la consulta anterior no te funcionara en mysql. puedes probar esto:
Código:
SELECT 1, t1.* FROM tabla1 t1
UNION ALL
SELECT 2, t2.* FROM tabla2 t2
UNION ALL
SELECT 3, t3.* FROM tabla3 t3
UNION ALL
SELECT 4, t4.* FROM tabla4 t4
ORDER BY 1, id
no se si es lo que querias.
__________________
Si ocurre algo importante, estamos afuera fumándonos unos cigarritos.