select-Mysql连表查询怎样加锁
程序员文章站
2024-02-15 21:22:22
...
selectmysql锁加锁
select ...
from a
left join b on a.id.=b.id
where .......
for update
mysql 中有没有这样的用法?连表查询的时候,能够锁住主表的满足条件的几条记录?