<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bloody error &#187; replace string</title>
	<atom:link href="http://www.bloodyerror.com/tag/replace-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySql Replace word by SQL Query</title>
		<link>http://www.bloodyerror.com/2010/01/mysql-replace-word-by-sql-query/</link>
		<comments>http://www.bloodyerror.com/2010/01/mysql-replace-word-by-sql-query/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 17:27:11 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[replace string]]></category>
		<category><![CDATA[Sql]]></category>
		<category><![CDATA[Update Sql]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=51</guid>
		<description><![CDATA[Do you know that You CAN replace MySql field values by SQL query? it&#8217;s pretty simple. Use update Command with &#8220;replace&#8221; to set value to field:

UPDATE table_name SET table_field = REPLACE(table_field,'replace_string','with_this_string');

Not only this, you can do whole lot of other things without having to write any programes (php, asp etc) to do some trick with [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know that You CAN replace MySql field values by SQL query? it&#8217;s pretty simple. Use update Command with &#8220;replace&#8221; to set value to field:</p>
<pre class="brush: sql;">
UPDATE table_name SET table_field = REPLACE(table_field,'replace_string','with_this_string');
</pre>
<p>Not only this, you can do whole lot of other things without having to write any programes (php, asp etc) to do some trick with MySql DB contents</p>
<blockquote><p>Have a look: <a href="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html" target="_blank">http://dev.mysql.com/doc/refman/5.0/en/string-functions.html</a> (MySql 5+)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2010/01/mysql-replace-word-by-sql-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
