I have a set of oracle sql files, each with an insert and delete statement as follows:
delete from t_schema_version where version = '1.41'
/
insert into t_schema_version (version, RELEASE_DATE, BUILD_DATE,COMMENTS,APPLIED_BY)
values ('1.41', sysdate, sysdate, 'Patch 41', 'pk')
/
commit
/
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.