Scalar. Returns a given string with all leading spaces removed.
Return
string
String
The following example uses the LTRIM function to remove leading spaces:
INSERT INTO OutStream SELECT LTRIM(Trades.Symbol) FROM Trades;