Created
June 7, 2016 10:22
-
-
Save vranac/3663a6ced929fc3fa3576e6f6662ce6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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