Is this a phanton read or something similiar in SQL Server?

前端 未结 0 501
甜味超标
甜味超标 2021-02-04 23:25

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题