Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

drop table if exists

Martin PreissJun 5 2015 — edited May 7 2020

Some other RDBMS - for example MySQL and postgreSQL: PostgreSQL: Documentation: 9.4: DROP TABLE - support a "drop table if exists" command that avoids an error if you try to drop a table that does actually not exists. I think that's sometimes useful.

Comments
Post Details
Added on Jun 5 2015
33 comments
22,891 views