标签:消息 mysql 8.0 http sel 异步 导致 没有 manual https
select * from tab1 where id = ?;
update tab1 set col1 = ? where id = ? and version = ?;
select * from tab1 where id = ? for update;
update tab1 set col1 = ? where id = ?;
update tab1 set col1 = col1-1 where col1>1
标签:消息 mysql 8.0 http sel 异步 导致 没有 manual https
原文地址:https://www.cnblogs.com/tao_/p/9537666.html