MSSQLString FunctionsRTRIM
LTRIM

RTRIMString Functions

TRIM

Removes trailing spaces.

Syntax

RTRIM(str)

Example

Enter values below to update the example in real time.

full_name
contacts
SELECT RTRIM(full_name) AS full_name FROM contacts;