102
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:
Example 2
Output:
Next TopicMySQL String