隨筆-26  評論-13  文章-46  trackbacks-0

          In Oracle/PLSQL, the trim function removes all specified characters either from the beginning or the ending of a string.

          The syntax for the trim function is:

          trim( [ leading | trailing | both? [ trim_character ] ?]?? string1 )

          leading - remove trim_string from the front of string1.

          trailing - remove trim_string from the end of string1.

          both - remove trim_string from the front and end of string1.

          If none of these are chosen (ie: leading, trailing, both), the trim function will remove trim_string from both the front and end of string1.


          trim_character is the character that will be removed from string1. If this parameter is omitted, the trim function will remove all leading and trailing spaces from string1.

          string1 is the string to trim.


          For example:

          trim('?? tech?? ') would return 'tech'
          trim(' '? from? '?? tech?? ') would return 'tech'
          trim(leading '0' from '000123') would return '123'
          trim(trailing '1' from 'Tech1') would return 'Tech'
          trim(both '1' from '123Tech111') would return '23Tech'
          posted on 2006-04-04 09:24 似水流年 閱讀(1075) 評論(0)  編輯  收藏 所屬分類: Oracle
          主站蜘蛛池模板: 河北省| 阿坝县| 本溪| 开化县| 佛坪县| 娱乐| 满洲里市| 中阳县| 盱眙县| 吕梁市| 平湖市| 凌海市| 乌鲁木齐市| 北碚区| 安图县| 商洛市| 铁力市| 普安县| 盘锦市| 盈江县| 临泉县| 澄城县| 黑山县| 海口市| 玛多县| 通河县| 开化县| 自治县| 文山县| 怀柔区| 东乌| 北辰区| 米林县| 合水县| 沧州市| 景宁| 叙永县| 洪湖市| 宿迁市| 辽宁省| 周至县|