<?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>Internet solutions team &#187; Update</title>
	<atom:link href="http://www.isolutionteam.co.uk/category/database/sql/update-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Wed, 20 Mar 2013 10:45:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Update table column from another table column + SQL</title>
		<link>http://www.isolutionteam.co.uk/update-table-column-from-another-table-column-sql/</link>
		<comments>http://www.isolutionteam.co.uk/update-table-column-from-another-table-column-sql/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 14:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[colmun]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/2008/03/05/update-table-column-from-another-table-column-sql/</guid>
		<description><![CDATA[Note : T=Table, C=Column, C2 for T1 and T2 got same values. Â I want to update T1.C1 values from T2.C1. What would be the SQL Query. update T1 set T1.C1=T2.C1 from T2inner joinÂ T1 on T2.C2=T1.C2 Above sql query will update all values from table 2 column 1 to table 1 column1 where table1 and table2 [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/update-table-column-from-another-table-column-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
