bug#AL-4032
parent
ee2e0d0d3a
commit
704346992c
|
@ -0,0 +1,7 @@
|
|||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE EMPRESA ADD (INDIMPRESSAOAPOSCONFABERTO NUMBER(1))';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue