why safe update mode block me while i use a where that include key colums in update join sql in mysql

后端 未结 0 451
难免孤独
难免孤独 2020-11-27 04:48

i run a update join sql in mysql, below is my sql

UPDATE a
        JOIN
    b ON a.id = b.pid 
SET 
    a.t = b.name
WHERE
    a.id > 0 AND b.id > 0


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