UPDATE table1 t1 SET t1.name=jt.name FROM table1 t2 JOIN join_table jt on jt.id=t2.id WHERE t1.id=t2.id;
No comments:
Post a Comment