About
This string function returns a character after removing leading blanks.
Articles Related
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.
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.