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