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.
我有一个包,我在其中按 Aged Months 列排序,我没有做任何其他事情来过滤数据,也没有删除重复项,但是一旦数据流通过排序任务,输出行就会比输入少得多。(1.218.206 行 - 只有 53,344 行)知道这里发生了什么吗?
我刚刚解决了它,我在包的末尾删除了一个派生列,并进行了一些计算,现在所有数据都加载到了我的目的地。这没有任何意义,因为派生列远低于排序任务,但由于某种原因有效。
谢谢@DrHouseofSQL