Home » MySQL String LEFT() Function

MySQL String LEFT() Function

by Online Tutorials Library

MySQL LEFT() Function

LEFT(str,len) is a Sring function of MySQL. This method returns left side ‘len’ characters from the given string ‘str’.

Syntax

Example 1

Output:

MySQL String LEFT() Function

Example 2

Output:

MySQL String LEFT() Function

Next TopicMySQL String

You may also like