insert into t (f) select f1 union

       select f2 union

       select f3 多值插入

 

select xxx into t2 from t1

 

update t1 set xx = (select xx from t2 where id=t1.id)

相关文章:

  • 2022-12-23
  • 2022-01-25
  • 2021-12-22
  • 2021-07-27
  • 2022-12-23
  • 2022-02-25
  • 2021-07-03
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-12-22
相关资源
相似解决方案