常规参数
文章标题:
权重:
文章摘要:
字符串长度函数:length 语法: length(string A) 返回值: int 说明:返回字符串A的长度 举例: hive select length(‘abcedfg’) from dual; 7 字符串反转函数:reverse 语法: reverse(string A) 返回值: string 说明:返回字符串A的反转结果 举例: hive select reverse(‘abcedfg’) from dual; gfdecba 字符串连接函数:concat 语法: concat
关键字:
string select from hive dual ’, 字符 ‘a ’)
管理密码: