hive的函数

substr函数:

          substr(字符串,截取开始位置,截取长度)//返回截取的字

          substr('Hello World',0,1)//返回结果'H'

原文地址:https://www.cnblogs.com/simpledu/p/14553584.html