select-Mysql连表查询怎样加锁
来源:动视网
责编:小采
时间:2020-11-09 16:34:25
select-Mysql连表查询怎样加锁
select-Mysql连表查询怎样加锁:selectmysql锁加锁 select ...from aleft join b on a.id.=b.idwhere .......for updatemysql 中有没有这样的用法?连表查询的时候,能够锁住主表的满足条件的几条记录?
导读select-Mysql连表查询怎样加锁:selectmysql锁加锁 select ...from aleft join b on a.id.=b.idwhere .......for updatemysql 中有没有这样的用法?连表查询的时候,能够锁住主表的满足条件的几条记录?

selectmysql锁加锁
select ...
from a
left join b on a.id.=b.id
where .......
for update
mysql 中有没有这样的用法?连表查询的时候,能够锁住主表的满足条件的几条记录?
select-Mysql连表查询怎样加锁
select-Mysql连表查询怎样加锁:selectmysql锁加锁 select ...from aleft join b on a.id.=b.idwhere .......for updatemysql 中有没有这样的用法?连表查询的时候,能够锁住主表的满足条件的几条记录?