表新添加了一个字段,毫无疑问是空值。所以想将另一个表的某个字段的值写入到修改的表中。

sql语句不复杂,但还是记录一下,因为也查了一会,以后说不定还会用到。

mysql> update center_actionlog0033 A,center_traceflownode0033 B set A.business_type=B.business_type where A.tfn_id=B.uuid;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2021-05-26
  • 2021-12-14
相关资源
相似解决方案