DROP nonexistent constraint
360534Apr 21 2005 — edited Apr 21 2005Hi,
I have a requirement as below:
ALTER TABLE DEBUGDATA DROP constraint check_insert_size;
Now this constraint(check_insert_size) may exist on the table(DEBUGDATA) or not.
I need my ALTER statement to not give any error if the constaint doesnot exist and delete if it exist.
Is this possible.
Thanks,
Tuhin