We have some SQL code
Query_1=
select T1.var_A from Table_1 T1 where T1.var_A not in (select T2.var_A from Table_2 T2)
The expected result