GBase 8s
适配迁移
文章

SQL语法报错:243 Could not position within a table table-name.

发表于2023-04-21 09:31:15248次浏览0个评论

问题描述:

SQL语法报错:243 Could not position within a table table-name.

 

解决方案:

不能在表的数据行上加锁,该行数据已被锁

设置锁等待时间,等待被锁定的数据行锁释放(set lock mode to wait 10;)

评论已关闭