Subject | Drop a table and ignore errors |
---|---|
Author | kapsee |
Post date | 2005-08-29T16:58:36Z |
I have a script that tries to drop a table that may not exist and I
want to ignore the resulting error. begin end blocks and if statement
don't seem to be allowed outside procedures and triggers. Any other
way this can be done ?
Thanks.
want to ignore the resulting error. begin end blocks and if statement
don't seem to be allowed outside procedures and triggers. Any other
way this can be done ?
Thanks.