Subject Re: [firebird-support] isql and t-sql
Author Milan Babuskov
Nando Dessena wrote:
>> I need to create some upgrade scripts which have a "if not exists" in
>> them, since some customers have the element others don't. Does isql
>> support this type of thing? If not, any suggestions on how to
>> implement it?
>
> a combination of EXECUTE BLOCK, EXECUTE STATEMENT and querying the
> system tables might allow you to get what you are after.
> CREATE OR ALTER might also be of some use.

Here's an example how to do it:

http://www.firebirdfaq.org/faq373

HTH

--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================