Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The BLANKSTRIP function removes leading or trailing blank spaces from text values. BLANKSTRIP is useful for such purposes as removing unwanted blank spaces from imported fixed-length fields.
TEXT or NTEXT
BLANKSTRIP(text-expression [TRAILING|LEADING|BOTH])
A text expression from which to remove blank spaces. When you specify a TEXT expression, the return value is TEXT. When you specify an NTEXT expression, the return value is NTEXT.
Removes blank spaces at the end of the text.
Removes blank spaces at the beginning of the text.
Removes both leading and trailing spaces.