Subject | Re: Add a field and assign values |
---|---|
Author | Adam |
Post date | 2005-08-22T23:37:28Z |
>a commit after the first one, because if something goes wrong during
> I want to do both statements inside the same transaction without
the second statement, I want to rollback the ALTER TABLE too. Is there
a way to do this?
No, nasty things can happen.
Out of curiousity, why would you need to rollback DDL if a DML change
did not go through?
Adam