gpt4 book ai didi

php - Mysql查询错误

转载 作者:行者123 更新时间:2023-11-29 06:11:50 24 4
gpt4 key购买 nike

这个查询有什么问题?

$query2=mysql_query("SELECT * FROM $t_medici WHERE `oras` LIKE $orase") or die(mysql_error());

此代码返回

Unknown column 'Bucuresti' in 'where clause'

最佳答案

$orase 需要用引号引起来。

$query2=mysql_query("SELECT * FROM $t_medici WHERE oras LIKE '$orase'") or die(mysql_error());

关于php - Mysql查询错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8747947/

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