Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
INSERT « String Functions « MySQL Tutorial
MySQL Tutorial
String Functions
INSERT
23.16.INSERT
23.16.1.
INSERT(str,pos,len,newstr): Replaces the string str with the substring beginning at position pos and len characters long replaced by the string newstr
23.16.2.
INSERT('ABCDEFG', -1, 4, 'ZZZ');
23.16.3.
INSERT('ABCDEFG', 3, 100, 'ZZZ');
23.16.4.
Use Insert function to insert text to the first_name