Open topic with navigation
BTRIM 関数は、引数で指定された文字列を指定された文字列から削除するために使用されます。デフォルトのスペースを削除する文字列が文字列の先頭側と末尾側から削除されない場合。
BTRIM (<string value>, <string to be trimmed from the string value>)
select BTRIM ('testX','est')
上記のクエリは次を返します。
X
Copyright ©2002-2023.Cloud Software Group, Inc.All Rights Reserved.