ICode9

精准搜索请尝试: 精确搜索
  • hive sql 将array<float>转成arrray<string>2022-06-13 20:32:09

    在网上找了很久,终于解决了,代码如下: with mydata as ( select ID, my_array from ( --some array<struct> example select 1 ID, array(1.1, 2.2, 3.3) as my_array union all select 2 ID, array(4.4, 5

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有