Issue #10054: ESPEC 001 Santa Cruz - Arredondamento ARTESP
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@76414 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
99d86f3c5c
commit
d45f059480
|
@ -0,0 +1,7 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE REDONDEO_CTRL add INDAPLICAARTESP NUMBER(1)';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue