About

This string function returns a character after removing leading blanks.

Database

SQL Server

select rtrim(week), ltrim(week)
GO

A trim function to remove on the left and right side of the string does not exist.

Documentation / Reference