sql
This commit is contained in:
@@ -214,7 +214,7 @@ select
|
||||
column2,column3,column4,column5,column6,column7,
|
||||
column8,column9,block_row_number
|
||||
from staging2.stg_process_table_BUDNI_NMT a
|
||||
where block_tag ='BUDNI_NMT_Noise_at_bystander_position';
|
||||
where block_tag ='BUDNI_NMT_Noise_at_bystander’s_position';
|
||||
|
||||
|
||||
update staging2.BUDNI_NMT_noise_at_bystander_position_block
|
||||
@@ -334,7 +334,7 @@ select
|
||||
column2,column3,column4,column5,column6,column7,
|
||||
column8,column9,block_row_number
|
||||
from staging2.stg_process_table_BUDNI_NMT a
|
||||
where block_tag ='BUDNI_NMT_Noise_at_operator_ear_level';
|
||||
where block_tag ='BUDNI_NMT_Noise_at_operator’s_ear_level';
|
||||
|
||||
update staging2.BUDNI_NMT_Noise_at_operator_ear_level_block set make=__make,model=__model;
|
||||
execute 'update staging2.BUDNI_NMT_Noise_at_operator_ear_level_block set
|
||||
|
||||
Reference in New Issue
Block a user