Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
先行ブランクと後続ブランクを文字列から削除します。
TRIM( string-expression )
string-expression 削除する文字列。
次の文は、先行ブランクと後続ブランクなしの値 chocolate を返します。
SELECT TRIM( ' chocolate ' );