gpt4 book ai didi

mysql - 错误 : #1054 - Unknown column 'NOPL' in 'where clause' ?

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

为什么查询会给我这个错误:

#1054 - Unknown column 'NOPL' in 'where clause' ?

SELECT supplierprice.country, 
supplierprice.networkname,
supplierprice.mcc,
supplierprice.mnc,
`288`.clientprice,
`288`.ns,
client_list.currency
FROM supplierprice
INNER JOIN `288`
ON supplierprice.supp_price_id = `288`.net_id
INNER JOIN client_list
ON `288`.clientid = client_list.clientid
WHERE `288`.ns <> `NOPL` ;

最佳答案

因为你使用`(引用字段/表/数据库引用)而不是'

我认为 NOPL 在你的 where 语句中是一个“字符串”

关于mysql - 错误 : #1054 - Unknown column 'NOPL' in 'where clause' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22905398/

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