sql语句锁定数据库表中的某些记录?在Ms Sql Server, 如何用sql语句锁定数据库表中的某些记录?[解决办法]Update TabName with (rowlock) Set FName='abc' Where FName='def'