Syntax
LTRIM(str)
Purpose
This function removes the leading spaces from a string.
Examples
obclient> SELECT LTRIM(' obclient ') AS ltrim;
+--------------+
ltrim
+--------------+
obclient
+--------------+
1 row in set (0.01 sec)
OceanBase Database
Download PDF
LTRIM(str)
This function removes the leading spaces from a string.
obclient> SELECT LTRIM(' obclient ') AS ltrim;
+--------------+
ltrim
+--------------+
obclient
+--------------+
1 row in set (0.01 sec)