insert overwrite table ods.zeg_so select *,case when zsm.id is not null then cast(current_timestamp as string) else zs.etl_update end etl_update from ods.zeg_so_mid zsm full join ods.zeg_so zs on zsm.id=zs.id------------------------------------------…