<?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>code | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Wed, 02 Jan 2019 17:19:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to find rows which exist in new table but not in old table &#8211; MySQL</title>
		<link>https://tutes.in/how-to-find-rows-which-exist-in-new-table-but-not-in-old-table-mysql/</link>
					<comments>https://tutes.in/how-to-find-rows-which-exist-in-new-table-but-not-in-old-table-mysql/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 18 Nov 2017 01:59:16 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=110</guid>

					<description><![CDATA[<p>SQL Query: SELECT t1.stone FROM newatt t1 LEFT JOIN att t2 ON t2.stone = t1.stone WHERE t2.stone IS NULL newatt = new table (contains updated extra rows) att = old table stone = column name on both tables</p>
The post <a href="https://tutes.in/how-to-find-rows-which-exist-in-new-table-but-not-in-old-table-mysql/">How to find rows which exist in new table but not in old table – MySQL</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-find-rows-which-exist-in-new-table-but-not-in-old-table-mysql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Start a magento instance programmatically</title>
		<link>https://tutes.in/start-a-magento-instance-programmatically/</link>
					<comments>https://tutes.in/start-a-magento-instance-programmatically/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 18:03:39 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://tutes.club/?p=20</guid>

					<description><![CDATA[<p>This Code:</p>
The post <a href="https://tutes.in/start-a-magento-instance-programmatically/">Start a magento instance programmatically</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/start-a-magento-instance-programmatically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
