SELECT `name`,`description`,`time` as `date` FROM `table1` UNION SELECT `name`,`description`,`date` FROM `table2` order by `date` desc