moins équivalent dans mon SQL

select column_name from table1 where some_column not in (select column_name from table2)
Real Raven