Is there a MySQL function to easily insert a character or characters into the value of a varchar column?
I want to set the following text:
B U 1 U 09 2011 Segs 1, 3 - 10 24 hours
To
B U 1 U N 09 2011 Segs 1, 3 - 10 24 hours
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To
SELECTa value with it you can use:If you want to
UPDATEyou can use:See SQL Fiddle with Demo