hive数据库中的properties字段储存的是json格式的字符串值为 unitPrice 726 engagement 50 advancingStage trading orderId 82022110100000012 orderCreateTime 1667268462000 goodsAmount 2200 goodsList catego
SELECT json_extract(properties, '$.goodsList[*].productSku') AS productSku_list FROM hive_table;
原文地址: https://www.cveoy.top/t/topic/cPI2 著作权归作者所有。请勿转载和采集!