Loading [MathJax]/jax/output/CommonHTML/config.js
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Hive Bug系列之关联结果不正确详解?

Hive Bug系列之关联结果不正确详解?

提问于 2022-04-14 10:00:00
回答 0关注 0查看 116

你好,3.1.2是否也存在这样的问题呢?我遇到的问题是这两个统计结果不一致

代码语言:js
AI代码解释
复制
select count(1)
from table1 a
join(
select * from table2 c
join table3 d
on c.f1 = d.f2
)e
on a.ff = e.ff

create temporary table tmp_table as
select * from table2 c
join table3 d
on c.f1 = d.f2

select count(1)
from table1 a
join tmp_table e
on a.ff = e.ff

回答

成为首答用户。去 写回答
相关文章

相似问题

求大神详解?

1244

网站后缀详解?

4402

flink sql操作hive建立外表关联hbase报错?

099

公众号领取到的服务器如何用到以之关联的小程上?

1356

hive是啥?

1298
相关问答用户
添加站长 进交流群

领取专属 10元无门槛券

AI混元助手 在线答疑

扫码加入开发者社群
关注 腾讯云开发者公众号

洞察 腾讯核心技术

剖析业界实践案例

扫码关注腾讯云开发者公众号
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档