gpt4 book ai didi

php - mysql php where子句不起作用

转载 作者:行者123 更新时间:2023-11-29 05:44:10 27 4
gpt4 key购买 nike

知道为什么这行不通吗!?

什么都不显示..

$result1 = mysql_query("select * from `suppliers` where supp_short_code='WED'") or die(mysql_error());
while($row1 = mysql_fetch_array($result1))
{
echo "<p>" . $row1['supp_name'] . "</p>";
}

最佳答案

已解决!事实证明,当我从 Excel 导入到我的 mysql 时,在“supp_short_code”前后引入了空格,所以查询无法正常工作!

关于php - mysql php where子句不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4086378/

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