Ver original(SELECT titulo,url,id,fecha,'9' as tipo FROM tabla1)UNION ALL(SELECT titulo,url,id,fecha,tipo as tipo FROM tabla2)UNION ALL(SELECT titulo,url,id,fecha,'8' as tipo FROM tabla3)UNION ALL(SELECT titulo,url,id,fecha,'12' as tipo FROM tabla4)UNION ALL(SELECT nick as titulo,url,id,fecha,'0' as tipo FROM tabla5)UNION ALL(SELECT titulo,url,id,fecha,'11' as tipo FROM tabla6)UNION ALL(SELECT titulo,url,id,fecha,'10' as tipo FROM tabla7) ORDER BY fecha DESC LIMIT 500