指定した制約が存在しないため、以下のリクエストは無効になり、削除できません。
ALTER TABLE table_1 DROP CONSTRAINT no_such_constr;
以下のメッセージが返されます。
The specified constraint name does not exist in table.
指定した制約が存在しないため、以下のリクエストは無効になり、削除できません。
ALTER TABLE table_1 DROP CONSTRAINT no_such_constr;
以下のメッセージが返されます。
The specified constraint name does not exist in table.