codice:
(SELECT id, title, visit FROM col1) UNION (SELECT id, title, visit FROM col2) ORDER BY visit DESC LIMIT 5