@elplatt SELECT thesis FROM kant LEFT OUTER JOIN hume ON kant.thesis_id = hume.antithesis_id DISTINCT ON hegel;