HIVE数据查询

数据: 

request_idapp_keymethod_nameapi_namerequest_timerequest_paramunion_id
0b115ef6_jyvs8p54_39039180unknowledgecom.jd.union.open.gateway.service.api.goods.GoodsServiceImpl.queryJFGoodsjd.union.open.goods.jingfen.query2019-08-04 01:00:03:789{"eliteId":1,"pageIndex":4,"pageSize":50,"sort":"desc","sortName":"commissionShare"}1102261988

数据查询 

1、instr

select * from union_open_gateway_xxx where api_name in ('jd.union.open.promotion.common.get','jd.union.open.promotion.byunionid.get','	
jd.union.open.promotion.bysubunionid.get') and dt='2019-07-28' and instr(request_param,'ad_od')>0 order by union_id;

2、get_json_object(get_json_object(string json_column, string attri))

select * from union_open_gateway_xxx where dt='2019-08-04' and api_name='jd.union.open.goods.jingfen.query' and get_json_object(request_param,'$.eliteId')=22
select get_json_object(request_param,'$.eliteId'),get_json_object(request_param,'$.pageIndex') total from union_open_gateway_xxx where api_name='jd.union.open.goods.jingfen.query' and dt='2019-08-05' limit 10;

select request_id from union_open_gateway_comm_log where dt='2020-01-07' 
and api_name='jd.union.open.position.create' 
and get_json_object(request_param,'$.siteId') is null) 

多层

select  get_json_object(data, '$.user.city.name') from test;

数组值[]

select  get_json_object(data, '$.store.fruit[0]') from test;

3、json_tuple(元组数据获取)

select json_tuple(request_param,'eliteId','pageIndex','pageSize') from union_open_gateway_xxx where api_name='jd.union.open.goods.jingfen.query' and dt='2019-08-05' limit 10;

4、if()

select if(tareget_col is null, 0, cslt.self_amount) as new_column from table_name;

复合查询-字段中包含某字符 

 select * from union_open_gateway_comm_log where dt='2020-07-12' 
and api_name='jd.union.open.goods.query' 
and get_json_object(request_param,'$.fields') is not null  
and array_contains(split(get_json_object(request_param,'$.fields'),','),'documentInfo')
limit 100

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值