Files
2024-08-31 12:07:21 +03:00

5 lines
144 B
SQL

begin tran
update Cards set name = 'CardTest4' where hmy=1261
waitfor delay '00:00:05'
update Cards set name = 'CardTest3' where hmy=1260
commit