通过最近添加的记录使用另一个表中的内部联接进行更新

时间:2019-02-27 19:50:35

标签: mysql

表1

name | value | age
--------------------
ram  | 10    | 12
ram  | 10    | 13
ram  | 12    | 14
peter| 12    | 13
peter| 14    | 15

table2

name | value | place
---------------------
john | 12    | chen
ram  | 10    | mad
peter| 12    | chen

所以我想通过表1中最近增加的值来更新表2 table2有ram 10,peter12。table1最近添加了ram 12和peter 14,所以我想要更新,谢谢

0 个答案:

没有答案