摘要: Hive本身并没有replace方法,但是提供了以下两个函数可以实现replace的类似功能 1、translate 函数 使用#字符替换逗号 select translate('hello world, this is a function, test in Hive', ',','#'); 运行 阅读全文
posted @ 2020-12-09 16:25 xuzhujack 阅读(12915) 评论(0) 推荐(0) 编辑
;