UPDATE t_customer t, t_customer_third b
SET b.customer_id = t.id
WHERE

t.account = b.open_id;

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-10-20
相关资源
相似解决方案