How to update child table when a duplicate is detected on the parent table using ON DUPLICATE KEY UPDATE

后端 未结 0 850
独厮守ぢ
独厮守ぢ 2020-12-31 02:50

I have a Products table which is the parent table of Price, so I am inserting data to both tables simultaneously using a stored procedure, when I am inserting a duplicate re

相关标签:
回答
  • 消灭零回复
提交回复
热议问题