会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
致林
github.com/haibincoder
博客园
首页
联系
订阅
管理
2023年1月16日
hive sql纵表横表互相转换
摘要: 枞表转横表 select product_id ,max(case when field='test1' then 1 else 0 end) as test1 ,max(case when field='test2' then 1 else 0 end) as test2 ,max(case wh
阅读全文
posted @ 2023-01-16 14:18 致林
阅读(314)
评论(0)
推荐(0)
编辑
公告