Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 Hive 从表中选择 id 时,会发生一些错误,如下所示:
查询返回非零代码:10,原因:失败:语义分析错误:第 1:68 行无效的表别名或列引用“Goldman”
任何机构都可以给我一些问题吗?
您的错误似乎表明您正在为不存在的名为 Goldman 的列进行选择。您尝试对列 goldman 执行 HQL 查询,或者您尝试对特定列包含 Goldman 的行执行查询。