我正在尝试在 IBExpert 上运行以下查询
delete from mytable where EMPID = 55 and ROLEID = 445
我收到错误:
update conflicts with concurrent updates.
Concurrent transaction number is 292071.
我如何知道哪个查询在后台运行并获得了锁?IBExpert 有什么方法可以知道吗?
我正在尝试在 IBExpert 上运行以下查询
delete from mytable where EMPID = 55 and ROLEID = 445
我收到错误:
update conflicts with concurrent updates.
Concurrent transaction number is 292071.
我如何知道哪个查询在后台运行并获得了锁?IBExpert 有什么方法可以知道吗?