LTRIM() function in SQL Server SQL Functions SQL Server August 14, 2014April 27, 2018 vivekjohari21 Comments on LTRIM() function in SQL Server LTRIM ():- This function is used to get the string after the removal of leading blank spaces. Syntax:- LTRIM ( character_expression ) For example:- Select LTRIM (‘ Vivek Johari’) Result:- Vivek Johari (without blank spaces on left side) Share this:FacebookTwitterLinkedInRedditWhatsAppSkypePrintTumblrTelegramPinterestPocketLike this:Like Loading... Related Post
21 thoughts on “LTRIM() function in SQL Server”