0
I need to do an insertion of the type
INSERT INTO your_table SELECT * FROM temp_table;
but, I need the id, and the second column which is an id_fk I can set.
I need to transfer the tuple to another user, copying all information but, passing new id, id_fk and name
some trick?
Explain better, your question is not clear
– Rafael Augusto
It would be interesting to add the structure of the tables involved.
– Don't Panic
If possible set some example, because it was not very clear the doubt
– Lucas Souza