LTRIM

This function removes leading spaces from a string.

Syntax

LTRIM(string)

Example

SELECT LTRIM(‘ Data’)