AdmMono/src/db/migration/V20181026_0958__mantis12391...

5 lines
197 B
SQL

declare
begin
execute immediate 'UPDATE PTOVTA_COMISSAO SET VALOR_IMPRESSAO_GAP_ALTA = VALOR_IMPRESSAO_GAP WHERE VALOR_IMPRESSAO_GAP IS NOT NULL';
exception when others then null;
end;