Home » MySQL String LTRIM() Function

MySQL String LTRIM() Function

by Online Tutorials Library

MySQL LTRIM() Function

LTRIM(str) is a Sring function of MySQL. This method returns string by removing leading space.

Syntax

Example 1

Output:

MySQL String LTRIM() Function

Example 2

Output:

MySQL String LTRIM() Function

Next TopicMySQL String

You may also like