hive逗号分割行列转换

 select *

            from (

                select back_receipt_nos,order_no,reject_no

                from ods_one.ods_us_wms_reject_order_match_all_d

                where order_no = '10150501385980001'

            ) t1

                lateral view explode(split(t1.back_receipt_nos, ',')) t as back_receipt_no

            where 1 = 1;

相关推荐

  1. hive逗号分割行列转换

    2024-03-16 09:38:04       22 阅读
  2. mysql表列中字符串逗号分割转列

    2024-03-16 09:38:04       23 阅读
  3. IDEA->EasyCode(mapper.xml) 字段无逗号分割问题

    2024-03-16 09:38:04       16 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-16 09:38:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-16 09:38:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-16 09:38:04       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-16 09:38:04       20 阅读

热门阅读

  1. 【iOS ARKit】PhysicsMotionComponent

    2024-03-16 09:38:04       21 阅读
  2. android的Framework

    2024-03-16 09:38:04       24 阅读
  3. Mysql隔离级别的实现

    2024-03-16 09:38:04       21 阅读
  4. pip/huggingface/conda常用命令笔记

    2024-03-16 09:38:04       23 阅读
  5. Elasticsearch(13) match_phrase的使用

    2024-03-16 09:38:04       24 阅读
  6. 5.82 BCC工具之tcpdrop.py解读

    2024-03-16 09:38:04       19 阅读