gpt4 book ai didi

php - 如果某行不存在,如何更新或返回 FALSE?

转载 作者:可可西里 更新时间:2023-11-01 07:57:33 24 4
gpt4 key购买 nike

如何在一次查询中完成?

最佳答案

你可以这样做:

function updateValue()
{
mysql_query($sql); // your update goes here
return mysql_affected_rows() > 0;
}

来自 BoltClock 的评论:

Bear in mind that mysql_affected_rows() returns 0 if a row exists but the old and new values are equal (meaning there was no need for an update).

关于php - 如果某行不存在,如何更新或返回 FALSE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4008307/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com