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.
我有两个名为 Product 和 Transactions 的表。在产品 19 中有记录,在事务 21 中有记录。
我正在尝试使用 Tmap(内连接)从两个表中获取匹配的记录。
我能够从两个表中加载匹配的记录,但我想将(不匹配的记录)提取到被拒绝的表中。
我想在一项工作中同时完成这项工作。
在屏幕截图中找到答案