材料输出一
2021-06-09 09:30:19 0 举报
output
作者其他创作
大纲/内容
temp_date_formated_avg_material_price
将两表的年份和年内表示转化为日期类型字段date,然后用union all合并
temp_linked_date
使用sourceStrDate2TempRawStrDate得到定点日期字段:linked_fixed_refer_date
temp_quarter
period2MonthInt:将周期转化为月份
monthInt2Year:inYearMonthInt的反函数
将linked_fixed_refer_date字段与表temp_date_formated_avg_material_price的date字段进行左连接,根据重量单位linked_unit字段的不同分别统计原材料成本eg:WHEN 'kg' THEN b.price_kg * a.linked_dosage_of_assembly * a.linked_net_amount,得到字段:linked_fixed_refer_raw_material_linked_cost
raw_material_price
按季度统计原材料价格的平均值,新增:quarter字段
temp_linked_fixed_refer_date
1、使用函数period2MonthInt 将周期linkage_cycle转化为月数 2、使用函数linkage_to_select_points2Int将联动选取点linkage_to_select_point转化为整数 3、使用定点日期减去步骤1*2的结果得到联动日期字段:linked__date
按半年度统计原材料价格的平均值,新增:half_year字段
sourceStrDate2TempRawStrDate:将源表的年份和年内表示拼接成的字符串转化为日期l类型的字段,eg:2020Q1=2020-01-01
material_linkage
temp_linkeddiff_Info
temp_half_year
temp_linkeddiff_date
temp_linked_Info
0 条评论
下一页