This string function returns a character after removing leading blanks.
select rtrim(week), ltrim(week) GO
A trim function to remove on the left and right side of the string does not exist.