我非常需要帮助。
正如我在标题中所写,我需要使用MySQL存储过程循环更新多个表。
例如,我有3个表
Customers table
id-costumer_name
1-john
2-simith
Import table
Id-customer_name-customer_id
1-John-1
2-john-1
3-simith-2
4-john-2
Export table
Id-customer_name-customer_id
1-John-1
2-john-1
3-simith-2
4-john-2
例如,我更改了客户名称
在此循环中为客户提供循环我想更新导入和导出表costumer_name区域。在我的项目中,我还必须使用Costumer名称和Costumer id。
非常感谢