在Hive中,以下查询失败:Selecta,b,cfromt1whereain(0,100)ANDbin(selectbfromt2whered>2GROUPBY1)LIMIT1;架构:t1(a,b,c)t2(b,d,e)错误日志:UnsupportedSubQueryExpression'b':Correlatingexpressioncannotcontainunqualifiedcolumnreferences.什么是关联表达式?什么是不合格的列引用?你能概括一下这里的错误吗.. 最佳答案 你可以找到有同样问题的人here和相