MySQL update returns 0 rows affected while select returns results

后端 未结 0 885
慢半拍i
慢半拍i 2021-02-02 14:39
select * from t_circle
where status = 0 and author_phone = 13511111111
and id in (
1,
2,
3
)
;

returns 3 rows with status of 0.

But the following

相关标签:
回答
  • 消灭零回复
提交回复
热议问题