Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法可以让谁锁定当前行?我的 ERP 需要检查记录是否被其他用户锁定以供更新。我正在使用 mysql(Percona) 服务器和 Java SE 作为终端客户端应用程序。
使用 select 进行更新,锁定
SELECT field_Name FROM table_Name FOR UPDATE;