update rsl_tc_index_volume_route_d
set large_vhc_per = round(large_vhc_cnt / flow,3) ,
small_vhc_per = round(small_vhc_cnt / flow,3)
where dt = '2022-03-19' and source = 1
;
update rsl_tc_index_volume_route_d
set large_vhc_per = round(large_vhc_cnt / flow,3) ,
small_vhc_per = round(small_vhc_cnt / flow,3)
where dt = '2022-03-19' and source = 1
;