如果实现类似SQL 中的:Update TableA set ColA = ColB + 1 where ColA < 100
更新的值就是其他某个字段的运算结果?
就用$set来更新。find做where条件
能不能给出具体的代码?谢谢