隨筆-26  評(píng)論-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 似水流年 閱讀(1080) 評(píng)論(0)  編輯  收藏 所屬分類: Oracle
          主站蜘蛛池模板: 左云县| 远安县| 班玛县| 紫金县| 邳州市| 开鲁县| 彰化县| 涞水县| 黄冈市| 浦北县| 临猗县| 民县| 民乐县| 铜陵市| 顺昌县| 贺兰县| 乌鲁木齐县| 博爱县| 绥德县| 高雄县| 吉木萨尔县| 昂仁县| 五峰| 青海省| 攀枝花市| 房山区| 黄山市| 涟水县| 南江县| 通海县| 安福县| 紫阳县| 潞西市| 当涂县| 汝城县| 武山县| 白山市| 泗阳县| 龙南县| 富阳市| 昌邑市|