人生的苟且 2016-07-27 02:12 采纳率: 50%
浏览 9578

HIVE中left join on后面不能跟OR吗,有什么办法可以达到同样效果吗?

hive> select a.waybill_no,
> a.orig_cty_code,
> a.dest_cty_code,
> a.product_code,
> b.rule_code
> from test1 a
> left join test2 b
> on a.product_code = b.product_code
> and (b.orig_cty_code is null or a.orig_cty_code = b.orig_cty_code);
FAILED: SemanticException Line 0:-1 OR not supported in JOIN currently 'orig_cty_code'

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 用Multisim设计汽车尾灯控制电路
    • ¥15 关于#java#的问题,请各位专家解答!(开发工具-eclipse)
    • ¥100 求用matlab求解上述微分方程的程序代码
    • ¥15 MAC安装佳能LBP2900驱动的网盘提取码
    • ¥400 微信停车小程序谁懂的来
    • ¥15 ATAC测序到底用什么peak文件做Diffbind差异分析
    • ¥15 安装ubantu过程中第一个vfat 文件挂载失败
    • ¥20 GZ::CTF如何兼容一些靶机?
    • ¥15 etcd集群部署问题
    • ¥20 谁可以帮我一下问一下各位