Hi all,
I've got 2 tables:
Need to copy all the data from Temp-Table to Table-A. But there is a Constraint that does not allow me to have duplicated items. So I need to create a Unique value. Example:
Question: How can I do that using PostgreSQL 9.2? |