Fork me on GitHub
摘要: 对比区别: 1 select * from TTable1 for update 锁定表的所有行,只能读不能写 2 select * from TTable1 where pkid = 1 forupdate 只锁定pkid=1的行 3 select * from Table1 a join ... 阅读全文
posted @ 2015-06-15 19:24 淡无心 阅读(158) 评论(0) 推荐(0) 编辑