codice:
select * from tabella1
union
select * from tabella2
union
select * from tabella3
order by data desc
limit 3