TRIM
LTRIM
RTRIM
Removes leading spaces from a string.
LTRIM(str)
Enter values below to update the example in real time.
note
memos
SELECT LTRIM(note) AS note FROM memos;