hive:函數:空格字符串函數|重複字符串函數|首字符ascii函數|左補足函數|右補足函數

空格字符串函數:space 語法: space(int n)。返回長度爲n的字符串 舉例:select length(space(10)) ; ##返回值爲10 重複字符串函數:repeat 語法: repeat(string str, int n)。返回重複n次後的str字符串 首字符ascii函數:ascii 語法: ascii(string str)。返回字符串str第一個字符的ascii碼
相關文章
相關標籤/搜索