update  table ucf,

            table t2

                set ucf.pcid = t2.pcid

    where

           t2.name = 'liming'

    and t2.gid= ucf.gid

    and ucf.id in(474,475,479,482,457,375,461,406,373,374);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-08-24
猜你喜欢
  • 2021-10-13
  • 2021-06-26
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案