What are the trim functions in GoDB?
Removes Leading or Trailing spaces from strings. LTRIM$([EXP]) – Left Trim. This function is used to eliminate spaces on the Left of the string. RTRIM$([EXP]) – Right Trim. This function is used to eliminate spaces on the Right of the string. TRIM$([EXP]) – All Trim. This function is used to eliminate spaces on the Left and Right of the string.