在Table2的帮助下更新Table1
设想 : Table1和Table2具有相同的列 => table1具有所有数据 => table2具有更新的值,除了“ productCode”(该列保持不变),
我只想从表中匹配productcode,并且需要在table1
请帮助我
Scenario :
Table1 and Table2 has same columns
=>Table1 has All data
=>Table2 has updated values except "ProductCode"(this one column remain same)
I just want to match productcode from both table and need to update in Table1
please help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以这样做 -
您需要提供所有字段以进行更新。
You can do it by this -
You need to give all fields to be updated.