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




Latest Courses