SELECT * FROM tabella1 RIGHT JOIN tabella2 USING (data) ORDER BY data DESC;