Home » MySQL String INSERT() Function

MySQL String INSERT() Function

by Online Tutorials Library

MySQL INSERT() Function

INSERT(str,pos,len,newstr) is a Sring function of MySQL. In this method, a string str is passed with a position ‘pos’ which tells at which position the character is to be placed, and ‘len’ length is the length of the character to be placed i.e string newstr.

Syntax

Example 1

Output:

MySQL String INSERT() Function

Example 2

Output:

MySQL String INSERT() Function

Next TopicMySQL String

You may also like