I need to do an insert of type
INSERT INTO your_table SELECT * FROM temp_table;
But, I need the id, and the second column that is an id_fk I can set.
I need to do a transfer of the tuple to another user, copying all information but passing new id, f_id and name
Anything wrong?