MSSQLString FunctionsLTRIM
LOWER

LTRIMString Functions

RTRIM

Removes leading spaces.

Syntax

LTRIM(str)

Example

Enter values below to update the example in real time.

address
locations
SELECT LTRIM(address) AS address FROM locations;