Oracle字符串截断

字段.SUBSTR(string,start_position,[length]) 求子字符串,返回字符串
解释:string 元字符串, start_position 开始位置(从0开始), length 可选项,子字符串的个数

原文地址:https://www.cnblogs.com/LeiYang5237/p/8549535.html