gpt4 book ai didi

mysql - 如何正确使用MySQL中的 "IS"和 "="

转载 作者:太空宇宙 更新时间:2023-11-03 11:24:30 25 4
gpt4 key购买 nike

试图找出何时使用“is”、“=”,因为这两个在 SQL 中的工作方式似乎不同。

我尝试在不同的命令中切换这两个,我以为我会收到相同的结果,但似乎 SQL 只能识别其中一个具有特定功能

WHERE event_date **=** '2013-12-22'

而且我尝试在上面的命令中使用“IS”而不是“=”

WHERE event_date **IS** '2013-12-22'

Then I got an error code, also in another practice question. I wanted to use "IS" before "BETWEEN", that failed too.

在哪里 受影响的客户 BETWEEN 50000 和 150000

I tried to put 

在哪里 affected_customers 介于 50000 和 150000

最佳答案

IS 不能只在另一个运算符之前添加单词。

IS 运算符用于 checking value against boolean

IS NULLIS NOT NULL 用于检查值是否为 NULL。

关于mysql - 如何正确使用MySQL中的 "IS"和 "=",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55623589/

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