Skip to content

Instantly share code, notes, and snippets.

@vranac
Created June 7, 2016 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vranac/3663a6ced929fc3fa3576e6f6662ce6d to your computer and use it in GitHub Desktop.
Save vranac/3663a6ced929fc3fa3576e6f6662ce6d to your computer and use it in GitHub Desktop.
begin
declare continue handler for sqlstate '42710' begin end;
execute immediate 'create table versions(name varchar(255)) in userspace1';
execute immediate 'insert into versions values (''component-name'')';
end/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment