gpt4 book ai didi

mysql - Where 子句中的未知列

转载 作者:IT老高 更新时间:2023-10-28 12:50:45 25 4
gpt4 key购买 nike

我有一个简单的查询:

SELECT u_name AS user_name FROM users WHERE user_name = "john";

我在 where 子句中得到 Unknown Column 'user_name'。即使在 select 'u_name as user_name' 之后,我也不能在语句的其他部分引用 'user_name' 吗?

最佳答案

从右到左向后计算 SQL。因此 where 子句在 select 子句之前被解析和评估。因此,u_name 到 user_name 的别名尚未发生。

关于mysql - Where 子句中的未知列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/153598/

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