我在 Azure 数据工厂的数据流中有过滤器,我需要为以下 SQL 逻辑(Where 语句)编写表达式:
Where
ID NOT IN (Select PID from Table1 where ptype_c in (100, 2000))
我在 Azure 数据工厂的数据流中有过滤器,我需要为以下 SQL 逻辑(Where 语句)编写表达式:
Where
ID NOT IN (Select PID from Table1 where ptype_c in (100, 2000))