SUBSTR(string,start_position,[length]) 求子字符串,返回字符串
解釋: string 元字符串
start_position 開始位置(從0開始)
length 可選項,子字符串的個數
INSTR(string,subString,position,ocurrence)查找字符串位置
解釋: string:源字符串
subString:要查找的子字符串
position:查找的開始位置
ocurrence:源字符串中第幾次出現的子字符串
解釋: string 元字符串
start_position 開始位置(從0開始)
length 可選項,子字符串的個數
解釋: string:源字符串
subString:要查找的子字符串
position:查找的開始位置
ocurrence:源字符串中第幾次出現的子字符串
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。