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

7 lines
163 B
SQL

begin tran
select * from Cards where hmy = 1
waitfor delay '00:00:03'
select * from Cards where hmy = 1
commit tran
set transaction isolation level read committed