Home » MySQL String MID() Function

MySQL String MID() Function

by Online Tutorials Library

MySQL MID() Function

MID(str,pos,len) is a Sring function of MySQL. This method returns string of given length and position.

Syntax

Example 1

Output:

MySQL String MID() Function

Example 2

Output:

MySQL String MID() Function

Next TopicMySQL String

You may also like