Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何合并表然后应用 where 过滤器?基本上我想找到所有的项目operation_Id == X
operation_Id == X
您可以通过为联合指定表来执行此操作。
union table1, table2 | where operation_Id == "X"