Subject Re: [firebird-support] How to check whether a table exists or not?
Author Dimitry Sibiryakov
> I am putting together my first database script for Interbase 7.5. Since I am still in development, I would like the script to first delete the tables and named contraints IF they exist. How might I do that?

Use DROP command. If table does not exist, it will have no effect.

SY, SD.