Skip to content

Instantly share code, notes, and snippets.

@pshishkanov
Created December 23, 2015 09:25
Show Gist options
  • Select an option

  • Save pshishkanov/2fdb1c094b35c8e7cd3a to your computer and use it in GitHub Desktop.

Select an option

Save pshishkanov/2fdb1c094b35c8e7cd3a to your computer and use it in GitHub Desktop.
update dim_import.rbr_repo_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_irswap_mm_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_irswap_mb_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_fxoption_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_fxsingleleg_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_capfloor_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_fxswap_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_fxforwspot_imp
set import_status = 2
where import_status = -1;
update dim_import.rbr_fxoptn_imp
set import_status = 2
where import_status = -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment