I'm about to publish a script which will update a lot of Firebird databases all at once. Some will not have this constraint, so I would like to check for the existence of a constraint before I try to drop it.
ALTER TABLE PROCESS_CATEGORY DROP CONSTRAINT INTEG_669;