SELECT DISTINCT(campo) FROM tabla1 t1, tabla2 t2, tabla3 t3 WHERE t1.campo = t2.campo AND t2.campo = t3.campo ORDER BY t1.campo DESC