Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要向两个表提交更新查询。
我需要将'title'我的sub_menu表放在title.
'title'
sub_menu
title
我需要'id'在.root_subid
'id'
root_sub
id
我该怎么做呢?
谢谢
这可以做到,例如:
http://richardjh.org/blog/update-multiple-mysql-tables-in-one-update-statement/
更新主表,获取行的 ID 并将其用于第二次更新。