我想更新一个表。
我的表结构是:
MainTable
:id | status | type | user
OtherTable
:id | flag
在这里,我想更新所有status
和不包括 where和 where on not setuser
的字段ie ,但是如何?MainTable
status='Stop'
flag
OtherTable
0
OtherTable
仅持有价值type='EMP'
。
更新:我想在MainTable
何时使用条件检查更新所有记录type ='EMP'