<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mysql Append on Jamshid Hashimi</title><link>https://jamshidhashimi.com/tags/mysql-append/</link><description>Recent content in Mysql Append on Jamshid Hashimi</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 30 Jul 2012 06:51:57 +0000</lastBuildDate><atom:link href="https://jamshidhashimi.com/tags/mysql-append/rss.xml" rel="self" type="application/rss+xml"/><item><title>MySQL query to append character to each entry</title><link>https://jamshidhashimi.com/mysql-query-to-append-character-to-each-entry/</link><pubDate>Mon, 30 Jul 2012 06:51:57 +0000</pubDate><guid>https://jamshidhashimi.com/mysql-query-to-append-character-to-each-entry/</guid><description>Scenario: You want to append a string or character at the beginning of a db field.
solution:
UPDATE Tablename SET Username = Concat(&amp;#39;0&amp;#39;, Username);</description></item></channel></rss>