1、update a set a.p2=b.p2,a.bztks=b.bztks from Product a,price b where a.hpbm=b.hpbm
2、update Product set Product.p2=price.p2 From Product,price WHERE Product.hpbm=price.hpbm

相关文章:

  • 2021-08-10
  • 2021-09-22
  • 2021-11-28
  • 2022-02-07
  • 2022-01-22
  • 2021-08-18
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-09-14
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案