
update terminal_statistics a,(select id from terminal_statistics where code_type = 5 and name like '%社区%') b
set a.del_flag = 1 where a.id = b.id

update terminal_statistics a,(select id from terminal_statistics where code_type = 5 and name like '%社区%') b
set a.del_flag = 1 where a.id = b.id
1125

被折叠的 条评论
为什么被折叠?