SyntaxFix
Write A Post
Hire A Developer
Questions
You can use a LENGTH(that_string) minus the number of characters you want to remove in the SUBSTRING() select perhaps or use the TRIM() function.
LENGTH(that_string)
number of characters
SUBSTRING()
TRIM()