gpt4 book ai didi

php mysql 查询为 null 或为空

转载 作者:行者123 更新时间:2023-11-29 12:55:20 24 4
gpt4 key购买 nike

我需要从状态为 0 且错误为空或 null 的视频中进行选择。所以我的sql是:

从视频中选择 *,其中“状态”= 0 且“错误”为 NULL但结果在我看来并不一样。对不起我的英语

最佳答案

好吧,查询不起作用,因为 statusenum 并且您需要将值用单引号引起来,因此查询应该是

SELECT * FROM videos WHERE `status` = '0' and `error` IS NULL

enter image description here

关于php mysql 查询为 null 或为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24148156/

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