gpt4 book ai didi

php - 2 mysql查询中的where语句

转载 作者:行者123 更新时间:2023-12-01 00:05:18 25 4
gpt4 key购买 nike

我在创建查询时遇到问题。如何创建两个 where selects 合二为一?

select * from messages where id ='1' and where recd = '0'

谢谢

最佳答案

仅使用一个 WHERE 子句,条件由 AND/OR 分隔,具体取决于您的需要。

SELECT * 
FROM messages
WHERE id ='1' AND recd = '0'

关于php - 2 mysql查询中的where语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14778481/

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