Set verbatim=1; T1: Load *, len(TrimString) as TrimStringLength; Load *, trim(String) as TrimString; Load *, len(String) as StringLength; Load * inline [ String ' abc ' ' def '](delimiter is '\t');
정보 메모The "Set verbatim=1" statement is included in the example to ensure that the spaces are not automatically trimmed before the demonstration of the trim function. See Verbatim for more information.
Result:
String
StringLength
TrimStringLength
def
6
3
abc
10
3
이 페이지가 도움이 되었습니까?
이 페이지 또는 해당 콘텐츠에서 오타, 누락된 단계 또는 기술적 오류와 같은 문제를 발견하면 개선 방법을 알려 주십시오!