在Azure数据工厂中过滤

时间:2020-05-07 03:30:44

标签: sql join azure-data-factory azure-data-factory-2

我有2个来源,如下所示:

enter image description here

我需要对源1进行过滤,以便输出仅包含绿色,蓝色,黑色以外的颜色值:

enter image description here

这是我的数据流的样子:

enter image description here

使用与Source 2 Color的连接是否有另一种方式?

1 个答案:

答案 0 :(得分:1)

如果要根据颜色名称过滤人员姓名,则需要先加入,然后才能按颜色名称过滤。