mysql中是否有类似于oracle中for update nowait的替代语句。

如题,谢谢。

By MySQL爱好者--liunix
---------------------------------------------------------------

在mysql中只有一个
UPDATE LOW_PRIORITY tbl_name SET col_name1=expr1,...
的语法,用于延迟执行直到没有别的进程读取这个表。我想是不是就说默认是不延迟的。

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus