4

如何合并表然后应用 where 过滤器?基本上我想找到所有的项目operation_Id == X

4

1 回答 1

7

您可以通过为联合指定表来执行此操作。

union table1, table2 | where operation_Id == "X"
于 2017-04-12T20:12:09.697 回答