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)
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->