TRIMSQLTRIM ([{LEADING | TRAILING | BOTH} [string] FROM] string) Description Removes all leading spaces, trailing spaces, or spaces at both ends, from a string. Other characters can be removed as well. Examples SQLSELECT TRIM(BOTH '_' FROM NAME) FROM Players; Updated almost 5 years ago Table of Contents Description Examples