gpt4 book ai didi

PHP/MYSQL : less than or equal to 50 is displaying records in the hundreds?

转载 作者:行者123 更新时间:2023-11-29 13:58:52 25 4
gpt4 key购买 nike

这是我正在使用的查询:

SELECT * FROM inventory WHERE status='live' and price<='50' ORDER BY id DESC;

它显示了 50 美元以下的所有商品。但它还显示所有超过 100 美元的商品?我猜这个问题与这些三位数的价格有关。另一件值得一提的是,价格后面还包括 .00。

有什么指点吗?

最佳答案

我认为问题是你的引号里有 50 个。 MySql 可能将其视为字符串。

... AND price <= 50 ORDER BY ....

关于PHP/MYSQL : less than or equal to 50 is displaying records in the hundreds?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15394814/

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