Hello,

I want to prevent an SQLException from occurring for tables that do not exist in my database.
For example:
sql>DROP TABLE "locked";
SQLException:sql.catalog:DROP TABLE: no such table 'locked'

It seems (and is documented) that there is no such thing like "IF EXISTS" in MonetDB.
Is there a way to circumvent the SQLException?

Mike