查询:
select t1.col1 from table1 t1 inner join with (nolock) table2 t2 on t1.col2 = t2.col1
我试图在mySQL数据库中使用nolock选项进行优化查询,但由于某种原因上述查询不起作用,我收到的错误是
您的SQL语法有错误;
有什么想法吗?
mysql sql table-lock mysql-error-1064
mysql ×1
mysql-error-1064 ×1
sql ×1
table-lock ×1