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.
我可以在 Snaplogic 中选择多个列并对它们执行最小/最大/平均吗?我在下面附上了一张图片。我想选择 1960-1963 年的数据并找到特定国家/地区的 avg/min/max。
SnapLogic 示例
是的。
方式1:
将聚合捕捉与您选择的数学函数一起使用。
方式2:
使用<platform> - Execute snap(例如,SQL Server - Execute)编写您自己的查询,其中包括这些数学函数。如果您需要CASE声明,这很好。
CASE