oracle中實現截取字符串(substr)、查找字符串位置(instr)、替換字符串(replace)

 (1)oracle中實現截取字符串:substrhtml substr(string, start_position, [length])sql 其中,string是元字符串,start_position爲開始位置,length是可選項,表示子字符串的位數。 oracle 例子:app substr('ABCDEFG', 0);    -- 返回結果是:ABCDEFG,從0位開始截取後面全部
相關文章
相關標籤/搜索