Replace single quote(') with nothing in Hive

前端 未结 0 825
梦毁少年i
梦毁少年i 2021-02-12 23:17

I have a function to replace different types of characters with nothing like below.

CAST(TRANSLATE(REGEXP_REPLACE(UPPER(number),\' |,|-|/|&|_|\'\'\'\'\',\'\')         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题