MySQLString FunctionsLTRIM
TRIM

LTRIMString Functions

RTRIM

Removes leading spaces from a string.

Syntax

LTRIM(str)

Example

Enter values below to update the example in real time.

note
memos
SELECT LTRIM(note) AS note FROM memos;