oracle函數

常用字符串函數 lower(char):將字符串轉化爲小寫格式 upper(char):將字符串轉化爲大寫格式 length(char):返回字符串的長度 substr(char,m,n):取字符串從第m個開始,往後取n個字符的子串 replace(char,search_str,replace_str):替換字符串中的部分字符串 instr(char1,char2,[,n[m]])取子串在字符串
相關文章
相關標籤/搜索