how would I use a for loop in my hive query

前端 未结 0 1843
面向向阳花
面向向阳花 2020-12-01 18:21

I am running a hive query in sparksql that goes like this:

select
    GREATEST( 
            CASE WHEN x1 = 2 then y1+3 else -1,
            case when x2 = 2          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题