Subject | Re: [firebird-support] How to alter the check constraint of a domain definition? |
---|---|
Author | Martijn Tonies |
Post date | 2013-01-11T10:29:08Z |
Hello Michael,
documentation. ;)
With regards,
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!
>> ALTER DOMAIN domainname DROP CONSTRAINT;Of course, but you could see the result without having to check the
>> ALTER DOMAIN domainname ADD CONSTRAINT CHECK (...);
> Thank you, that worked perfectly well :-)
>
>> Or use a GUI tool like Database Workbench that does this for you. ;)
> Good idea generally, but i need to automate this via a script :-)
documentation. ;)
With regards,
Martijn Tonies
Upscene Productions
http://www.upscene.com
Download Database Workbench for Oracle, MS SQL Server, Sybase SQL
Anywhere, MySQL, InterBase, NexusDB and Firebird!