<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL: Deleting with Left Join</title>
	<atom:link href="http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/</link>
	<description>Dinke&#039;s Personal Blog</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mcts training</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-836</link>
		<dc:creator>mcts training</dc:creator>
		<pubDate>Sat, 02 Jan 2010 06:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-836</guid>
		<description>MySQL is often used in free software projects that require a full-featured database management system, including projects such as WordPress, phpBB and other software built on the LAMP software stack. It is also used in many high-profile, me so excited to visit the site aits give me good information about the MySQL: Deleting with Left Join .its nice sharing with us........</description>
		<content:encoded><![CDATA[<p>MySQL is often used in free software projects that require a full-featured database management system, including projects such as WordPress, phpBB and other software built on the LAMP software stack. It is also used in many high-profile, me so excited to visit the site aits give me good information about the MySQL: Deleting with Left Join .its nice sharing with us&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinke</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-642</link>
		<dc:creator>Dinke</dc:creator>
		<pubDate>Fri, 18 Dec 2009 12:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-642</guid>
		<description>Thanks Shantanu, I didn&#039;t use them here because I wanted to make examples easier to read :)</description>
		<content:encoded><![CDATA[<p>Thanks Shantanu, I didn&#8217;t use them here because I wanted to make examples easier to read :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Oak</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-641</link>
		<dc:creator>Shantanu Oak</dc:creator>
		<pubDate>Fri, 18 Dec 2009 10:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-641</guid>
		<description>Using aliases can make your life easier...

delete md from master_domains AS md 
left join result_domains_frontend AS rdf
on md.id=rdf.master_id
where rdf.master_id is null ;</description>
		<content:encoded><![CDATA[<p>Using aliases can make your life easier&#8230;</p>
<p>delete md from master_domains AS md<br />
left join result_domains_frontend AS rdf<br />
on md.id=rdf.master_id<br />
where rdf.master_id is null ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinke</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-585</link>
		<dc:creator>dinke</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-585</guid>
		<description>Original tables are MyISAM tables with plenty more fields than I put here and of course that I have index on master_id field, along with primary on id and unique on domain :) Anyway, let&#039;s add it here so it don&#039;t cofuse others :)

Btw, I can&#039;t have unique on master_id, domain pair since master_id can also have null values, because there are many domains generated without typo (too complicate to explain) :)</description>
		<content:encoded><![CDATA[<p>Original tables are MyISAM tables with plenty more fields than I put here and of course that I have index on master_id field, along with primary on id and unique on domain :) Anyway, let&#8217;s add it here so it don&#8217;t cofuse others :)</p>
<p>Btw, I can&#8217;t have unique on master_id, domain pair since master_id can also have null values, because there are many domains generated without typo (too complicate to explain) :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran Rakic</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-581</link>
		<dc:creator>Goran Rakic</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-581</guid>
		<description>A i UNIQUE bi trebalo da bude par (master_id, domain) jer ista greška može da se pogodi za dva različita glavna domena.</description>
		<content:encoded><![CDATA[<p>A i UNIQUE bi trebalo da bude par (master_id, domain) jer ista greška može da se pogodi za dva različita glavna domena.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran Rakic</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/comment-page-1/#comment-579</link>
		<dc:creator>Goran Rakic</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619#comment-579</guid>
		<description>Zašto nemaš indeks ključ na results_domain.master_id?</description>
		<content:encoded><![CDATA[<p>Zašto nemaš indeks ključ na results_domain.master_id?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

