Can we rename the system generated constraint_name as per our convenience ?
933937Apr 29 2012 — edited May 1 2012I created a table by
CREATE TABLE table_name AS (SELECT * FROM existing_table_name WHERE 1=2);
and got the all constraints of the existing table with default names. I want to rename those constraints as per current table data.
thank you in advance
Edited by: 930934 on Apr 29, 2012 8:51 AM