begin tran

update workorder

set wonum='1048841'

where siteid='ASTROS'

and wonum='100062'

 

WAITFOR DELAY '00:00:05'

 

select * from workorder

where siteid='ASTROS'

and wonum='100061'

 

commit

 

 

begin tran

update workorder

set wonum='1048840'

where siteid='ASTROS'

and wonum='100061'

 

--WAITFOR DELAY '00:00:03'

 

commit

 

 

 

 

 

update workorder

set wonum='100062'

where siteid='ASTROS'

and wonum='1048841'

 

update workorder

set wonum='100061'

where siteid='ASTROS'

and wonum='1048840'

相关文章:

  • 2021-10-25
  • 2021-10-24
  • 2021-11-20
  • 2022-12-23
  • 2022-01-29
  • 2021-04-12
  • 2021-12-17
  • 2022-12-23
猜你喜欢
  • 2021-04-12
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-06-21
相关资源
相似解决方案