在加入这两个表时,我需要对列执行一些分析操作。
例子,
left outer join $(CORE_DB_NAME).GLOBAL_DIMENSION_CORE.plant_d loc on
upper(trim(COALESCE(loc.PLANT_NUMBER,'-1'))) =
upper(trim(COALESCE(afru.werks,'-1')))
如何在 Mosaic Decisions 中实现这一点?
在加入这两个表时,我需要对列执行一些分析操作。
例子,
left outer join $(CORE_DB_NAME).GLOBAL_DIMENSION_CORE.plant_d loc on
upper(trim(COALESCE(loc.PLANT_NUMBER,'-1'))) =
upper(trim(COALESCE(afru.werks,'-1')))
如何在 Mosaic Decisions 中实现这一点?