UPDATE a,b

SET ps=if(ps='0','1',ps),uptime=if(ps='0',acttime,uptime),pw=if(ps='0','123',pw)

where eo_on in(select id from b where status ='1') and a.on=b.id

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-10-29
  • 2021-08-04
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-27
  • 2021-11-30
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案