<?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>Web Programming Answers &#187; SQL</title>
	<atom:link href="http://www.bogartcomputing.com/web-programming-answers/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bogartcomputing.com/web-programming-answers</link>
	<description>Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Use MySQL Update to Change All Values by a Percentage</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[prices]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=185</guid>
		<description><![CDATA[update products set products_price = products_price + (products_price * .35)]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace column substring SQL Server columns</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 05:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/</guid>
		<description><![CDATA[Replace all instances of FINDTHIS with REPLACEWITHTHIS in columns COLUMN1 and COLUMN2 of table TABLE where those substrings are in fact found update TABLE set COLUMN1=REPLACE(COLUMN1,&#8217;FINDTHIS&#8217;,'REPLACEWITHTHIS&#8217;), COLUMN2=REPLACE(COLUMN2,&#8217;FINDTHIS&#8217;,'REPLACEWITHTHIS&#8217;) from TABLE where COLUMN1 like &#8216;%SUBSTRINGPIECE%&#8217; or COLUMN2 like &#8216;%SUBSTRINGPIECE%&#8217;]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

