dongwuwu6104 2014-10-17 11:19
浏览 106
已采纳

Mysql INSERT ... ON DUPLICATE KEY UPDATE响应

Hello I have a table A and I want when a new value (not UPDATE) is inserted in that table to do an INSERT in table B, I tried to play with the responce of the $query INSERT INTO .. ON DUPLICATE KEY UPDATE but no luck, it always returns 1.

$query = "INSERT INTO table ".$fields." VALUES ".$values." ON DUPLICATE KEY UPDATE updated=1"
$response = $dbc->query($query);
if($response == 1)

I have also tried a 'hack' lets say, putting the UPDATE above the INSERT so if the entry doesnt exist to fail but that again returns 1 everytime.

 $query = "UPDATE table SET updated=1 ..;
 $response = $dbc->query($query);
 if($response == 1)
  • 写回答

2条回答 默认 最新

  • dongtan1009 2014-10-17 13:21
    关注

    Thanks @boomoto for helping me figuring out the answer:

     $query = "UPDATE tableA ..
     $response = $dbc->query($query);
     if(mysqli_affected_rows($dbc)==0){
            $query2 = "INSERT INTO tableB ..
            $response2 = $dbc->query($query2);
    
            $query = "INSERT INTO tableA ..
            $response = $dbc->query($query);
        }   
     }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器