MySQL 中两表关联更新数据
时间:2021-07-01 10:21:17
帮助过:19人阅读
expand_money e
INNER JOIN members m
ON e.uid
= m.id
SET e.add_time
=unix_timestamp(),e.expired_time
=unix_timestamp()
+60*60*24*7 WHERE m.user_phone
= ‘139139139139‘
MySQL 中两表关联更新数据
标签:sql set expired user style add update unix 通过