LTRIM() Function in SQL Server (2024)

Last Updated : 31 May, 2024

Summarize

Comments

Improve

The LTRIM() function in SQL Server removes all the space characters found on the left-hand side of the string. It removes the leading spaces from a string,

Syntax

The LTRIM function for SQL Server syntax is:

LTRIM(string, [trim_string])

Parameter:

  • string – The string from which the leading space character would be removed.
  • trim_string – It is an optional parameter that specifies the characters to be removed from the given string.

Returns:

The function will return the string after removing all left-hand side space characters.

The LTRIM function is applicable to the following versions of SQL Server:

  • SQL Server 2017
  • SQL Server 2016
  • SQL Server 2014
  • SQL Server 2012
  • SQL Server 2008 R2
  • SQL Server 2008
  • SQL Server 2005

SQL Server LTRIM function Example

Let’s look at some examples of LTRIM function in SQL Server.

Using LTRIM() function Example

In this example, we will demonstrate the basic use of the LTRIM function in SQL Server.

SELECT LTRIM(' GeeksforGeeks');

Output :

GeeksforGeeks

LTRIM() function with a variable Example

In this example, we will use the LTRIM function in SQL Server with a variable.

DECLARE @str VARCHAR(50)
SET @str = ' Have a nice time ahead!!'
SELECT LTRIM(@str);

Output :

Have a nice time ahead!!

Use of “trim_space” in LTRIM() function Example

In this example, we will remove specific characters from a string using the LTRIM function.

SELECT LTRIM (‘000325400’, ‘0’);

Output :

325400

Important Points About SQL Server LTRIM function

  • The LTRIM() function in SQL Server stands for “left trim” and is used to remove leading spaces (whitespace characters) from a text string.
  • It can also be used to remove specific characters from a string.
  • It helps in cleaning data by removing unnecessary spaces at the beginning of a string.


Please Login to comment...

LTRIM() Function in SQL Server (2024)
Top Articles
Guide To Bullet Resistant Plexiglass - Plastic Zone
What Makes the Toyota Tundra So Popular? Everything You Need To Know
Katie Pavlich Bikini Photos
Gamevault Agent
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Free Atm For Emerald Card Near Me
Craigslist Mexico Cancun
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Doby's Funeral Home Obituaries
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Select Truck Greensboro
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Craigslist In Flagstaff
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Testberichte zu E-Bikes & Fahrrädern von PROPHETE.
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Walgreens Alma School And Dynamite
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Dmv In Anoka
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Pixel Combat Unblocked
Umn Biology
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Rogold Extension
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Weekly Math Review Q4 3
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Stoughton Commuter Rail Schedule
Bedbathandbeyond Flemington Nj
Free Carnival-themed Google Slides & PowerPoint templates
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 5591

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.