Subject Re: [firebird-support] How to alter the check constraint of a domain definition?
Author Michael Weissenbacher
Hi!
> ALTER DOMAIN domainname DROP CONSTRAINT;
> 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 :-)

Thanks again,
Michael