Home >> SQL >> LTRIM() aggregate function in SQL

LTRIM() aggregate function in SQL

LTRIM() remove white space from lefthand side of a string.

Syntax

LTRIM(column_name)

Example

LTRIM(' Hello')

Output

Hello

Post Your Comment

Next Questions
RTRIM() aggregate function
Create database
Drop database
Select database
Create table
Drop table
Truncate table
Insert query
Select table
Where clause
AND Clause
OR Clause
Update query
Delete query
Like clause
IN clause
Order By
Group By
Distinct keyword
Sorting
Between
Having
Union
Union all
Exits

Copyright ©2022 coderraj.com. All Rights Reserved.