While dropping constraint named 123_5_pk_not_null, I am getting syntax error at the start of constraint name.
Query:
alter table table_name drop constraint 123_5_pk_not_null;
Error:
Syntax error at or near 123
Need to drop the constraint
While dropping constraint named 123_5_pk_not_null, I am getting syntax error at the start of constraint name.
Query:
alter table table_name drop constraint 123_5_pk_not_null;
Error:
Syntax error at or near 123
Need to drop the constraint