Tag: LEFT

MS SQL Server LEFT() Function

Sometime you may need to determine left part of specific string in MS SQL Server. There is a function called LEFT in MS SQL Server...

MS SQL Server LTRIM() Function

Sometime you may need to trim leading blank space character from your desired text in MS SQL Server. There is a function called LTRIM in...