gpt4 book ai didi

mysql - 如何在 where 查询 mysql 中为单个变量执行 X 或 Y?

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

我想做的伪查询如下:

Select * from mytable where (myintvalue = 0 OR 1) AND anothervalue = "SomeValue"

以上的正确语法是什么?

最佳答案

使用 IN 子句

Select * from mytable where myvalue IN( 0,1) AND anothervalue = "SomeValue"

关于mysql - 如何在 where 查询 mysql 中为单个变量执行 X 或 Y?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16988473/

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