Subject Drop a table and ignore errors
Author kapsee
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.