gpt4 book ai didi

php - 使用 PDO 和 MySQL 将 null 绑定(bind)到整数列?

转载 作者:行者123 更新时间:2023-11-29 05:41:13 27 4
gpt4 key购买 nike

我正在使用以下代码尝试将 NULL 绑定(bind)到 MySQL 表上的整数列:

$query->bindValue(1, null, \PDO::PARAM_INT);

但是,这会导致列中的值为“0”而不是 NULL。

如何强制列为 NULL 而不是 0?

最佳答案

bindValue(':param', null, PDO::PARAM_NULL);

关于php - 使用 PDO 和 MySQL 将 null 绑定(bind)到整数列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6695227/

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