I want to rewrite this query with not exists.

select field_1 from table_1
where fields_1 not in (select distinct field_1 from table_2)
Thanks