parent
c037f44cc6
commit
c36d53d811
|
@ -7,6 +7,7 @@ begin
|
|||
execute immediate 'ALTER TABLE redondeo MODIFY valorredondeo NUMBER(7, 2)';
|
||||
exception when column_exists then null;
|
||||
end;
|
||||
|
||||
/
|
||||
declare
|
||||
dup_val_on_index exception;
|
||||
|
|
Loading…
Reference in New Issue