Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在Mysql中更新一个值时,当要更新的值与新值相同时,受影响的行为0,否则为1。受影响行的值是什么,当我在这种情况下对重复键更新使用插入时. 是0还是2?我在文档中找不到它。
如果您的数据库支持重复键,则会有 1 行受到影响。如果你的数据库不支持它,你会得到一个错误。
编辑:http ://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html因为我误解了这个问题。