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.
一个表已被 ETLed 到另一个表。我的任务是以编程方式验证两个表之间的数据。
我现在面临的困难之一是:如何使用我可以从派生列任务中获得的表达式并与源和目标进行验证。或者换句话说,我如何使用表达式在代码中工作。
任何想法....高度赞赏
萨加尔
设置一列,其中包含每行的 CHECKSUM()。在两个表之间进行左外连接。如果右侧有任何空值,则说明有问题。