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-87c2c4800839
master
luis 2017-11-14 17:36:45 +00:00
parent 99d86f3c5c
commit d45f059480
1 changed files with 7 additions and 0 deletions

View File

@ -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;