4 lines
110 B
SQL
4 lines
110 B
SQL
begin tran
|
|
update Cards set name = 'Test unrepetable reads' where hmy = 1
|
|
waitfor delay '00:00:05'
|
|
commit tran |